mirror of https://github.com/espruino/BangleApps
17 lines
469 B
JSON
17 lines
469 B
JSON
{
|
|
"id": "ctrlpad",
|
|
"name": "Control Panel",
|
|
"shortName": "ctrlpad",
|
|
"version": "0.02",
|
|
"description": "Fast access (via a downward swipe) to common functions, such as bluetooth/HRM power and Do Not Disturb",
|
|
"icon": "icon.png",
|
|
"readme": "README.md",
|
|
"type": "bootloader",
|
|
"tags": "bluetooth",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"ctrlpad.boot.js","url":"main.js"},
|
|
{"name":"ctrlpad.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|