BangleApps/apps/ctrlpad/metadata.json

17 lines
469 B
JSON
Raw Permalink Normal View History

2024-04-24 17:18:00 +00:00
{
2024-04-24 18:36:32 +00:00
"id": "ctrlpad",
"name": "Control Panel",
"shortName": "ctrlpad",
2024-05-04 21:41:56 +00:00
"version": "0.02",
2024-04-24 18:36:32 +00:00
"description": "Fast access (via a downward swipe) to common functions, such as bluetooth/HRM power and Do Not Disturb",
2024-04-24 17:18:00 +00:00
"icon": "icon.png",
"readme": "README.md",
2024-04-24 18:36:32 +00:00
"type": "bootloader",
"tags": "bluetooth",
2024-04-24 17:18:00 +00:00
"supports": ["BANGLEJS2"],
"storage": [
2024-04-24 18:36:32 +00:00
{"name":"ctrlpad.boot.js","url":"main.js"},
{"name":"ctrlpad.img","url":"icon.js","evaluate":true}
2024-04-24 17:18:00 +00:00
]
}