mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
683f3361d2
commit
082cb20c5d
|
@ -0,0 +1,17 @@
|
|||
{ "id": "macwatch2",
|
||||
"name": "MacWatch2",
|
||||
"shortName":"MacWatch2",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Classic Mac Finder clock",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"screenshots": [{"url":"screenshot.png"}],
|
||||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"macwatch.app.js","url":"app.js"},
|
||||
{"name":"macwatch.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue