mirror of https://github.com/espruino/BangleApps
tweaks to first primetime release
parent
598710280e
commit
82492b9018
Binary file not shown.
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 9.9 KiB |
|
@ -1,10 +1,15 @@
|
||||||
{ "id": "primetime",
|
{ "id": "primetime",
|
||||||
"name": "Prime Time Clock",
|
"name": "Prime Time Clock",
|
||||||
|
"version": "0.01",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"description": "A clock that tells you the primes of the time",
|
"description": "A clock that tells you the primes of the time",
|
||||||
|
"icon": "app.png",
|
||||||
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"primetime.app.js","url":"primetime.js"},
|
{"name":"primetime.app.js","url":"primetime.js"},
|
||||||
{"name":"primetime.img","url":"primetime-icon.js","evaluate":true}
|
{"name":"primetime.img","url":"primetime-icon.js","evaluate":true}
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue