mirror of https://github.com/espruino/BangleApps
13 lines
356 B
JSON
13 lines
356 B
JSON
// Create an entry in apps.json as follows:
|
|
{ "id": "berlinc",
|
|
"name": "Berlin Clock",
|
|
"icon": "berlin-clock.png",
|
|
"description": "Berlin Clock",
|
|
"tags": "",
|
|
"storage": [
|
|
{"name":"+berlinc","url":"berlin-clock.json"},
|
|
{"name":"-berlinc","url":"berlin-clock.js"},
|
|
{"name":"*berlinc","url":"berlin-clock-icon.js","evaluate":true}
|
|
]
|
|
}
|