mirror of https://github.com/espruino/BangleApps
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"id": "wid_edit",
|
|
"version": "0.05",
|
|
"name": "Widget Editor",
|
|
"icon": "icon.png",
|
|
"description": "Customize widget locations",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"type": "bootloader",
|
|
"tags": "widget,tool",
|
|
"storage": [
|
|
{"name":"wid_edit.boot.js","url":"boot.js"},
|
|
{"name":"wid_edit.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [
|
|
{"name":"wid_edit.json"}
|
|
]
|
|
}
|