2024-09-28 22:25:56 +00:00
|
|
|
{ "id": "exactwords",
|
2024-09-28 22:37:34 +00:00
|
|
|
"name": "Exact Words Clock",
|
|
|
|
"shortName":"Exact Words",
|
2024-09-28 22:25:56 +00:00
|
|
|
"version":"0.1",
|
|
|
|
"description": "Each minute of the day has a different phrase. ",
|
|
|
|
"icon": "app.png",
|
2024-09-29 18:44:26 +00:00
|
|
|
"screenshots" : [ { "url":"1517.png" },
|
|
|
|
{ "url":"0634.png" },
|
|
|
|
{ "url":"1200.png" },
|
|
|
|
{ "url":"1517.png" },
|
|
|
|
{ "url":"1616.png" },
|
|
|
|
{ "url":"2020.png" },
|
|
|
|
{ "url":"2358.png" } ],
|
2024-09-28 22:25:56 +00:00
|
|
|
"tags": "clock",
|
2024-09-29 20:05:43 +00:00
|
|
|
"type": "clock",
|
2024-09-28 22:25:56 +00:00
|
|
|
"supports" : ["BANGLEJS2"],
|
2024-09-29 17:33:29 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2024-09-29 20:44:00 +00:00
|
|
|
{"name":"exactwords.app.js","url":"app.js"},
|
|
|
|
{"name":"exactwords.img","url":"app-icon.js","evaluate":true}
|
2024-09-29 17:33:29 +00:00
|
|
|
]
|
2024-09-28 22:25:56 +00:00
|
|
|
}
|