mirror of https://github.com/espruino/BangleApps
16 lines
396 B
JSON
16 lines
396 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"}
|
|
],
|
|
"readme":"README.md"
|
|
}
|