BangleApps/apps/infoclk/metadata.json

39 lines
727 B
JSON

{
"id": "infoclk",
"name": "Informational clock",
"version": "0.08",
"dependencies": {"weather":"app"},
"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"
],
"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"
}
]
}