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