mirror of https://github.com/espruino/BangleApps
17 lines
416 B
JSON
17 lines
416 B
JSON
|
{
|
||
|
"id": "ratchet_launch",
|
||
|
"name": "Ratchet Launcher",
|
||
|
"shortName": "Ratchet",
|
||
|
"version": "0.01",
|
||
|
"description": "Launcher with discrete scrolling for quicker app selection",
|
||
|
"icon": "app.png",
|
||
|
"type": "launch",
|
||
|
"tags": "tool,system,launcher",
|
||
|
"supports": ["BANGLEJS2","BANGLEJS"],
|
||
|
"storage": [
|
||
|
{"name":"ratchet_launch.app.js","url":"app.js"}
|
||
|
],
|
||
|
"sortorder": -10,
|
||
|
"readme":"README.md"
|
||
|
}
|