mirror of https://github.com/espruino/BangleApps
19 lines
481 B
JSON
19 lines
481 B
JSON
{
|
|
"id": "bowserWF",
|
|
"name": "Bowser Watchface",
|
|
"shortName": "Bowser Watchface",
|
|
"version": "0.03",
|
|
"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" }]
|
|
}
|