2022-10-09 20:24:28 +00:00
|
|
|
{ "id": "primetime",
|
|
|
|
"name": "Prime Time Clock",
|
2022-10-10 09:36:03 +00:00
|
|
|
"version": "0.01",
|
2022-10-09 20:24:28 +00:00
|
|
|
"type": "clock",
|
|
|
|
"description": "A clock that tells you the primes of the time",
|
2022-10-10 09:36:03 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2022-10-09 20:24:28 +00:00
|
|
|
"tags": "clock",
|
2022-10-10 09:36:03 +00:00
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
2022-10-09 20:24:28 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"primetime.app.js","url":"primetime.js"},
|
|
|
|
{"name":"primetime.img","url":"primetime-icon.js","evaluate":true}
|
2022-10-10 09:36:03 +00:00
|
|
|
]
|
|
|
|
}
|