Removes add_to_apps.json

pull/421/head
Johan Bové 2020-05-15 13:37:53 +02:00
parent 65951006e2
commit 72f7f2c2f8
2 changed files with 0 additions and 36 deletions

View File

@ -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"
}

View File

@ -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"
}