mirror of https://github.com/espruino/BangleApps
Fixes jbmb8 apps entry
parent
fc356c31d7
commit
86ad563bc2
47
apps.json
47
apps.json
|
@ -1434,54 +1434,15 @@
|
|||
{
|
||||
"id": "jbm8b",
|
||||
"name": "Magic 8 Ball",
|
||||
"shortName": "Magic 8 Ball",
|
||||
"icon": "app.png",
|
||||
"description": "A simple fortune telling app",
|
||||
"tags": "game",
|
||||
"storage": [
|
||||
{
|
||||
"name": "+jbm8b",
|
||||
"url": "app.json"
|
||||
},
|
||||
{
|
||||
"name": "-jbm8b",
|
||||
"url": "app.js"
|
||||
},
|
||||
{
|
||||
"name": "*jbm8b",
|
||||
"url": "app-icon.js",
|
||||
"evaluate": true
|
||||
}
|
||||
{ "name": "jbm8b.app.js", "url": "app.js" },
|
||||
{ "name": "jbm8b.img", "url": "app-icon.js", "evaluate": true }
|
||||
],
|
||||
"allow_emulator": true,
|
||||
"type": "app",
|
||||
"version": "0.02",
|
||||
"sortorder": -9
|
||||
},
|
||||
{
|
||||
"id": "jbb",
|
||||
"name": "Battery Level",
|
||||
"icon": "app.png",
|
||||
"description": "Battery status and charging indicator",
|
||||
"tags": "tool",
|
||||
"storage": [
|
||||
{
|
||||
"name": "+jbb",
|
||||
"url": "app.json"
|
||||
},
|
||||
{
|
||||
"name": "-jbb",
|
||||
"url": "app.js"
|
||||
},
|
||||
{
|
||||
"name": "*jbb",
|
||||
"url": "app-icon.js",
|
||||
"evaluate": true
|
||||
}
|
||||
],
|
||||
"allow_emulator": true,
|
||||
"type": "app",
|
||||
"version": "0.02",
|
||||
"sortorder": -9
|
||||
"version": "0.03"
|
||||
},
|
||||
{
|
||||
"id": "flagrse",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// Create an entry in apps.json as follows:
|
||||
{ "id": "7chname",
|
||||
"name": "My app's human readable name",
|
||||
"shortName":"Short Name",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
0.01: First working version
|
||||
0.02: Added delay in replying for dramatic effect
|
||||
0.03: Fixed apps.json entry
|
||||
|
|
|
@ -1,23 +1,13 @@
|
|||
{
|
||||
"id": "jbm8b",
|
||||
"name": "Magic 8 Ball",
|
||||
"shortName": "Magic 8 Ball",
|
||||
"icon": "app.png",
|
||||
"description": "A simple fortune telling app",
|
||||
"tags": "game",
|
||||
"storage": [
|
||||
{
|
||||
"name": "+jbm8b",
|
||||
"url": "app.json"
|
||||
},
|
||||
{
|
||||
"name": "-jbm8b",
|
||||
"url": "app.js"
|
||||
},
|
||||
{
|
||||
"name": "*jbm8b",
|
||||
"url": "app-icon.js",
|
||||
"evaluate": true
|
||||
}
|
||||
{ "name": "jbm8b.app.js", "url": "app.js" },
|
||||
{ "name": "jbm8b.img", "url": "app-icon.js", "evaluate": true }
|
||||
],
|
||||
"version": "0.02"
|
||||
"version": "0.03"
|
||||
}
|
Loading…
Reference in New Issue