BangleApps/apps/custom/metadata.json

15 lines
313 B
JSON
Raw Normal View History

{
"id": "custom",
"name": "Custom Boot Code ",
"version": "0.01",
"description": "Add code you want to run at boot time",
"icon": "custom.png",
"type": "bootloader",
"tags": "tool,system",
"supports": ["BANGLEJS","BANGLEJS2"],
"custom": "custom.html",
"storage": [
{"name":"custom"}
]
}