mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
86cbc0b81e
commit
c468e64283
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"id": "encourageclk",
|
||||
"name": "Encouragement & Positivity Clock",
|
||||
"shortName":"Encouragement Clock",
|
||||
"version": "0.01",
|
||||
"description": "Tap on the watch for a note of encouragement",
|
||||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme":"README.md",
|
||||
"storage": [
|
||||
{"name":"encourageclk.app.js","url":"app.js"},
|
||||
{"name":"encourageclk.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue