BangleApps/apps/ratchet_launch/metadata.json

16 lines
396 B
JSON
Raw Permalink Normal View History

2022-03-04 09:16:32 +00:00
{
"id": "ratchet_launch",
"name": "Ratchet Launcher",
"shortName": "Ratchet",
2024-04-02 13:13:28 +00:00
"version": "0.03",
2022-03-04 09:16:32 +00:00
"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"
}