mirror of https://github.com/espruino/BangleApps
Removes add_to_apps.json
parent
65951006e2
commit
72f7f2c2f8
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"id": "jbb",
|
||||
"name": "Battery Power",
|
||||
"icon": "app.png",
|
||||
"description": "Showing battery level and charging status",
|
||||
"tags": "tool",
|
||||
"storage": [
|
||||
{
|
||||
"name": "+jbb",
|
||||
"url": "app.json"
|
||||
},
|
||||
{
|
||||
"name": "-jbb",
|
||||
"url": "app.js"
|
||||
},
|
||||
{
|
||||
"name": "*jbb",
|
||||
"url": "app-icon.js",
|
||||
"evaluate": true
|
||||
}
|
||||
],
|
||||
"version": "0.02"
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"id": "jbm8b",
|
||||
"name": "Magic 8 Ball",
|
||||
"shortName": "Magic 8 Ball",
|
||||
"icon": "app.png",
|
||||
"description": "A simple fortune telling app",
|
||||
"tags": "game",
|
||||
"storage": [
|
||||
{ "name": "jbm8b.app.js", "url": "app.js" },
|
||||
{ "name": "jbm8b.img", "url": "app-icon.js", "evaluate": true }
|
||||
],
|
||||
"version": "0.03"
|
||||
}
|
Loading…
Reference in New Issue