mirror of https://github.com/espruino/BangleApps
18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"id": "pokeclk",
|
|
"name": "Poketch Clock",
|
|
"shortName":"Poketch Clock",
|
|
"version": "0.03",
|
|
"description": "A clock based on the Poketch electronic device found in Sinnoh",
|
|
"icon": "app.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"readme":"README.md",
|
|
"storage": [
|
|
{"name":"pokeclk.app.js","url":"app.js"},
|
|
{"name":"pokeclk.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|