tweaks to first primetime release

pull/2176/head
Gordon Williams 2022-10-10 10:36:03 +01:00
parent 598710280e
commit 82492b9018
4 changed files with 8 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -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