BangleApps/apps/bowserWF/metadata.json

19 lines
481 B
JSON

{
"id": "bowserWF",
"name": "Bowser Watchface",
"shortName": "Bowser Watchface",
"version": "0.04",
"description": "Let bowser show you the time",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"storage": [
{ "name": "bowserWF.app.js", "url": "app.js" },
{ "name": "bowserWF.img", "url": "app-icon.js", "evaluate": true }
],
"data": [{ "name": "bowserWF.json" }]
}