Add Description, Remove add_to_apps.json
Add Description Remove add_to_apps.json Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>master
parent
92c24e2cfc
commit
b02af77e51
|
|
@ -1247,8 +1247,8 @@
|
||||||
"name": "Digital Assistant, not EDITH",
|
"name": "Digital Assistant, not EDITH",
|
||||||
"shortName": "DANE",
|
"shortName": "DANE",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"description": "A detailed description of my great app",
|
"description": "A Watchface inspired by Tony Stark's EDITH",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.04: Added Icon to watchface
|
0.04: Added Icon to watchface
|
||||||
0.05: bugfix
|
0.05: bugfix
|
||||||
0.06: moved and resized icon
|
0.06: moved and resized icon
|
||||||
|
0.07: Added Description
|
||||||
|
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue