mirror of https://github.com/espruino/BangleApps
38 lines
715 B
JSON
38 lines
715 B
JSON
{
|
|
"id": "infoclk",
|
|
"name": "Informational clock",
|
|
"version": "0.08",
|
|
"description": "A configurable clock with extra info and shortcuts when unlocked, but large time when locked",
|
|
"readme": "README.md",
|
|
"icon": "icon.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": [
|
|
"BANGLEJS2"
|
|
],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{
|
|
"name": "infoclk.app.js",
|
|
"url": "app.js"
|
|
},
|
|
{
|
|
"name": "infoclk.settings.js",
|
|
"url": "settings.js"
|
|
},
|
|
{
|
|
"name": "infoclk-font.js",
|
|
"url": "font.js"
|
|
},
|
|
{
|
|
"name": "infoclk.img",
|
|
"url": "icon.js",
|
|
"evaluate": true
|
|
}
|
|
],
|
|
"data": [
|
|
{
|
|
"name": "infoclk.json"
|
|
}
|
|
]
|
|
} |