mirror of https://github.com/espruino/BangleApps
18 lines
470 B
JSON
18 lines
470 B
JSON
|
{
|
||
|
"id": "pokewalk",
|
||
|
"name": "pokewalk clock",
|
||
|
"version": "0.01",
|
||
|
"description": "A very simple watchface featuring a Pokemon trainer on a walk.",
|
||
|
"readme": "README.md",
|
||
|
"icon": "app.png",
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"type": "clock",
|
||
|
"tags": "clock",
|
||
|
"supports": ["BANGLEJS2"],
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"pokewalk.app.js","url":"app.js"},
|
||
|
{"name":"pokewalk.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|