2023-10-29 22:06:12 +00:00
|
|
|
{ "id": "twentyeightbysix",
|
|
|
|
"name": "Twenty-Eight Hour Clock",
|
|
|
|
"shortName": "28x6",
|
|
|
|
"icon": "app.png",
|
2023-11-02 05:32:14 +00:00
|
|
|
"version":"0.04",
|
2023-10-29 22:06:12 +00:00
|
|
|
"description": "A 28 Hour, 6 Day Week Clock. Lines up with a 24 hour, 7 Day Week Clock every Monday.",
|
|
|
|
"tags": "clock",
|
|
|
|
"storage": [
|
|
|
|
{"name":"twentyeightbysix.app.js","url":"app.js"},
|
2023-10-29 22:55:29 +00:00
|
|
|
{"name":"twentyeightbysix.img","url":"app-icon.js","evaluate":true}
|
2023-10-29 22:06:12 +00:00
|
|
|
],
|
2023-11-02 15:40:31 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"}],
|
|
|
|
"readme": "README.md"
|
2023-10-29 22:06:12 +00:00
|
|
|
}
|