From 73c55e6d26e102a8ade224609f726e1c7190f030 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 28 Apr 2023 08:57:08 +0100 Subject: [PATCH] add agps to tags --- apps/assistedgps/metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/assistedgps/metadata.json b/apps/assistedgps/metadata.json index d2e7334c4..fd137aceb 100644 --- a/apps/assistedgps/metadata.json +++ b/apps/assistedgps/metadata.json @@ -1,14 +1,16 @@ { "id": "assistedgps", "name": "Assisted GPS Updater (AGPS)", + "shortName": "AGPS", "version": "0.05", "description": "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip.", "sortorder": -1, "icon": "app.png", "type": "RAM", - "tags": "tool,outdoors,agps,gps,a-gps", + "tags": "tool,outdoors,agps,gps,a-gps,agps", "supports": ["BANGLEJS","BANGLEJS2"], "custom": "custom.html", "customConnect": true, - "storage": [] + "storage": [], + "sortorder": -1 }