mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
f2c4994db8
commit
3cce597f4e
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "ttimer",
|
||||
"name": "2hours Timer App",
|
||||
"shortName": "ttimer",
|
||||
"icon": "app.png",
|
||||
"version": "0.01",
|
||||
"description": "This is a description of 2hours timer app",
|
||||
"tags": "",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name": "timer.app.js", "url": "app.js"},
|
||||
{"name": "timer.img", "url": "app-icon.js", "evaluate": true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue