BangleApps/apps/drained/metadata.json

20 lines
576 B
JSON
Raw Normal View History

2023-03-10 23:20:28 +00:00
{
2023-04-07 16:52:54 +00:00
"id": "drained",
"name": "Drained",
"version": "0.06",
2023-04-07 16:52:54 +00:00
"description": "Switches to displaying a simple clock when the battery percentage is low, and disables some peripherals",
2023-03-10 23:20:28 +00:00
"readme": "README.md",
2023-04-07 20:16:01 +00:00
"icon": "icon.png",
2023-03-10 23:20:28 +00:00
"supports": ["BANGLEJS2"],
2023-04-07 20:26:25 +00:00
"allow_emulator": true,
2023-03-10 23:20:28 +00:00
"storage": [
2023-04-07 16:52:54 +00:00
{"name":"drained.boot.js","url":"boot.js"},
{"name":"drained.app.js","url":"app.js"},
2023-04-24 20:51:02 +00:00
{"name":"drained.settings.js","url":"settings.js"},
{"name":"drained.img","url":"app-icon.js","evaluate":true}
2023-05-07 09:37:03 +00:00
],
"data": [
{"name":"drained.setting.json"}
2023-03-10 23:20:28 +00:00
]
}