2023-03-10 23:20:28 +00:00
|
|
|
{
|
2023-04-07 16:52:54 +00:00
|
|
|
"id": "drained",
|
|
|
|
"name": "Drained",
|
2024-08-16 11:15:23 +00:00
|
|
|
"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"},
|
2023-04-08 07:25:27 +00:00
|
|
|
{"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
|
|
|
]
|
|
|
|
}
|