From b72fbb627e4de5dafb07228ea7b4864bc5710ae7 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 21 Jul 2022 15:09:40 +0100 Subject: [PATCH] make descriptions less confusing for folks that just want to update AGPS from the app loader --- apps/agpsdata/metadata.json | 2 +- apps/widagps/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/agpsdata/metadata.json b/apps/agpsdata/metadata.json index 88f9af568..d3863be52 100644 --- a/apps/agpsdata/metadata.json +++ b/apps/agpsdata/metadata.json @@ -3,7 +3,7 @@ "shortName":"A-GPS Data", "icon": "agpsdata.png", "version":"0.02", - "description": "Download assisted GPS (A-GPS) data directly to your Bangle.js", + "description": "Download assisted GPS (A-GPS) data directly to your Bangle.js **using Gadgetbridge**", "tags": "boot,tool,assisted,gps,agps,http", "allow_emulator":true, "supports": ["BANGLEJS2"], diff --git a/apps/widagps/metadata.json b/apps/widagps/metadata.json index 4607ddaa1..8d3d37aab 100644 --- a/apps/widagps/metadata.json +++ b/apps/widagps/metadata.json @@ -4,7 +4,7 @@ "icon": "widget.png", "type": "widget", "version":"0.01", - "description": "Load AGPS data in the background", + "description": "Load AGPS data in the background **using Gadgetbridge**", "readme": "README.md", "tags": "widget,agps,http", "supports": ["BANGLEJS2"],