diff --git a/apps.json b/apps.json index 4dced39cf..b84e39838 100644 --- a/apps.json +++ b/apps.json @@ -30,6 +30,7 @@ "version":"0.01", "description": "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers", "tags": "tool,system", + "allow_emulator":true, "storage": [ {"name":"+about","url":"app.json"}, {"name":"-about","url":"app.js"}, @@ -41,7 +42,8 @@ "icon": "app.png", "version":"0.01", "description": "Appears at first boot and explains how to use Bangle.js", - "tags": "", + "tags": "welcome", + "allow_emulator":true, "storage": [ {"name":"+welcome","url":"app.json"}, {"name":"-welcome","url":"app.js"}, @@ -53,7 +55,7 @@ "icon": "app.png", "version":"0.03", "description": "The default notification handler for Gadgetbridge notifications from Android", - "tags": "tool,system,android", + "tags": "tool,system,android,widget", "storage": [ {"name":"+gbridge","url":"app.json"}, {"name":"-gbridge","url":"app.js"}, @@ -95,7 +97,7 @@ "icon": "app.png", "version":"0.01", "description": "Set and respond to alarms", - "tags": "tool,alarm", + "tags": "tool,alarm,widget", "storage": [ {"name":"+alarm","url":"app.json"}, {"name":"-alarm","url":"app.js"}, @@ -247,7 +249,7 @@ "version":"0.01", "interface": "interface.html", "description": "Application that allows you to record a GPS track. Can run in background", - "tags": "tool,outdoors,gps", + "tags": "tool,outdoors,gps,widget", "storage": [ {"name":"+gpsrec","url":"app.json"}, {"name":"-gpsrec","url":"app.js"}, @@ -283,7 +285,7 @@ { "id": "sbat", "name": "Battery Level Widget", "icon": "widget-battery.png", - "version":"0.01", + "version":"0.02", "description": "Show the current battery level and charging status in the top right of the clock", "tags": "widget,battery", "type":"widget",