mirror of https://github.com/espruino/BangleApps
18 lines
452 B
JSON
18 lines
452 B
JSON
|
{
|
||
|
"id": "toucher",
|
||
|
"name": "Touch Launcher",
|
||
|
"shortName": "Toucher",
|
||
|
"version": "0.07",
|
||
|
"description": "Touch enable left to right launcher.",
|
||
|
"icon": "app.png",
|
||
|
"type": "launch",
|
||
|
"tags": "tool,system,launcher",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"toucher.app.js","url":"app.js"},
|
||
|
{"name":"toucher.settings.js","url":"settings.js"}
|
||
|
],
|
||
|
"data": [{"name":"toucher.json"}]
|
||
|
}
|