mirror of https://github.com/espruino/BangleApps
13 lines
363 B
JSON
13 lines
363 B
JSON
|
// Create an entry in apps.json as follows:
|
||
|
{ "id": "7chname",
|
||
|
"name": "My app's human readable name",
|
||
|
"icon": "app.png",
|
||
|
"description": "A detailed description of my great app",
|
||
|
"tags": "",
|
||
|
"storage": [
|
||
|
{"name":"+7chname","url":"app.json"},
|
||
|
{"name":"-7chname","url":"app.js"},
|
||
|
{"name":"*7chname","url":"app-icon.js","evaluate":true}
|
||
|
],
|
||
|
}
|