BangleApps/apps/launch/metadata.json

19 lines
583 B
JSON
Raw Normal View History

{
"id": "launch",
"name": "Launcher",
"shortName": "Launcher",
"version": "0.18",
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
2022-04-21 07:56:52 +00:00
"readme": "README.md",
"icon": "app.png",
"type": "launch",
"tags": "tool,system,launcher",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"launch.app.js","url":"app.js"},
{"name":"launch.settings.js","url":"settings.js"}
],
"data": [{"name":"launch.json"},{"name":"launch.cache.json"}],
"sortorder": -10
}