BangleApps/apps/bwclklite/metadata.json

49 lines
880 B
JSON
Raw Normal View History

2023-02-25 17:43:59 +00:00
{
"id": "bwclklite",
"name": "BW Clock Lite",
"version": "0.34",
"description": "A very minimalistic clock. This version of BW Clock is quicker at the cost of the custom font.",
2023-02-25 17:43:59 +00:00
"readme": "README.md",
"icon": "app.png",
"screenshots": [
{
"url": "screenshot.png"
},
{
"url": "screenshot_2.png"
},
{
"url": "screenshot_3.png"
}
],
2023-02-25 17:43:59 +00:00
"type": "clock",
"tags": "clock,clkinfo",
"supports": [
"BANGLEJS2"
],
"dependencies": {
"clock_info": "module"
},
2023-02-25 17:43:59 +00:00
"allow_emulator": true,
"storage": [
{
"name": "bwclklite.app.js",
"url": "app.js"
},
{
"name": "bwclklite.img",
"url": "app-icon.js",
"evaluate": true
},
{
"name": "bwclklite.settings.js",
"url": "settings.js"
}
],
"data": [
{
"name": "bwclklite.setting.json"
}
2023-02-25 17:43:59 +00:00
]
}