mirror of https://github.com/espruino/BangleApps
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"id": "ffcniftya",
|
|
"name": "Nifty-A Clock",
|
|
"version": "0.04",
|
|
"description": "A nifty clock with time and date",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot_nifty.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"ffcniftya.app.js","url":"app.js"},
|
|
{"name":"ffcniftya.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"ffcniftya.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"ffcniftya.json"}]
|
|
}
|