Add Description, Remove add_to_apps.json

Add Description
Remove add_to_apps.json

Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>
pull/310/head
OmegaRogue 2020-04-16 12:48:35 +02:00
parent 92c24e2cfc
commit b02af77e51
3 changed files with 4 additions and 25 deletions

View File

@ -1247,8 +1247,8 @@
"name": "Digital Assistant, not EDITH",
"shortName": "DANE",
"icon": "app.png",
"version": "0.06",
"description": "A detailed description of my great app",
"version": "0.07",
"description": "A Watchface inspired by Tony Stark's EDITH",
"tags": "clock",
"type": "clock",
"allow_emulator": true,

View File

@ -1,4 +1,5 @@
0.01: New App!
0.04: Added Icon to watchface
0.05: bugfix
0.06: moved and resized icon
0.06: moved and resized icon
0.07: Added Description

View File

@ -1,22 +0,0 @@
{
"id": "dane",
"name": "Digital Assistant, not EDITH",
"shortName": "DANE",
"icon": "app.png",
"version": "0.06",
"description": "A detailed description of my great app",
"tags": "clock",
"type": "clock",
"allow_emulator": true,
"storage": [
{
"name": "dane.app.js",
"url": "app.js"
},
{
"name": "dane.img",
"url": "app-icon.js",
"evaluate": true
}
]
}