mirror of https://github.com/espruino/BangleApps
Add Description, Remove add_to_apps.json
Add Description Remove add_to_apps.json Signed-off-by: OmegaRogue <thatomegarogue@gmail.com>pull/310/head
parent
92c24e2cfc
commit
b02af77e51
|
@ -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,
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
0.04: Added Icon to watchface
|
||||
0.05: bugfix
|
||||
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