mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
b05bc9e291
commit
62aebd7102
|
@ -0,0 +1,14 @@
|
|||
{ "id": "quicklaunch",
|
||||
"name": "Quick Launch",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "",
|
||||
"tags": "tools, system",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"quicklaunch.app.js","url":"app.js"},
|
||||
{"name":"quicklaunch.boot.js","url":"boot.js"},
|
||||
{"name":"quicklaunch.img","url":"app-icon.js","evaluate":true}
|
||||
],
|
||||
"data": [{"name":"quicklaunch.json"}]
|
||||
}
|
Loading…
Reference in New Issue