2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "launch",
|
|
|
|
"name": "Launcher",
|
|
|
|
"shortName": "Launcher",
|
2024-04-01 20:49:47 +00:00
|
|
|
"version": "0.21",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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",
|
2022-01-06 11:47:26 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"type": "launch",
|
2022-12-06 10:25:32 +00:00
|
|
|
"default": true,
|
2022-01-06 11:47:26 +00:00
|
|
|
"tags": "tool,system,launcher",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
2022-01-19 15:56:33 +00:00
|
|
|
{"name":"launch.app.js","url":"app.js"},
|
|
|
|
{"name":"launch.settings.js","url":"settings.js"}
|
2022-01-06 11:47:26 +00:00
|
|
|
],
|
2022-10-19 15:32:13 +00:00
|
|
|
"data": [{"name":"launch.json"},{"name":"launch.cache.json"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"sortorder": -10
|
|
|
|
}
|