2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "matrixclock",
|
|
|
|
"name": "Matrix Clock",
|
2022-09-06 19:27:02 +00:00
|
|
|
"version": "0.07",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "inspired by The Matrix, a clock of the same style",
|
|
|
|
"icon": "matrixclock.png",
|
2022-07-09 13:23:57 +00:00
|
|
|
"screenshots": [{"url":"matrix_green_on_black.jpg"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"matrixclock.app.js","url":"matrixclock.js"},
|
2022-07-06 15:05:16 +00:00
|
|
|
{ "name":"matrixclock.settings.js","url":"matrixclock.settings.js"},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"matrixclock.img","url":"matrixclock-icon.js","evaluate":true}
|
2022-07-06 15:05:16 +00:00
|
|
|
],
|
|
|
|
"data": [{"name": "matrixclock.settings.json"}]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|