Update versions for last commits, add widget tag and allow some more stuff to be tried in the emulator

master
Gordon Williams 2020-02-13 09:14:42 +00:00
parent 0590c1eec1
commit 07863bfe5d
1 changed files with 7 additions and 5 deletions

View File

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