mirror of https://github.com/espruino/BangleApps
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"id": "matrixclock",
|
|
"name": "Matrix Clock",
|
|
"version": "0.07",
|
|
"description": "inspired by The Matrix, a clock of the same style",
|
|
"icon": "matrixclock.png",
|
|
"screenshots": [{"url":"matrix_green_on_black.jpg"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"matrixclock.app.js","url":"matrixclock.js"},
|
|
{ "name":"matrixclock.settings.js","url":"matrixclock.settings.js"},
|
|
{"name":"matrixclock.img","url":"matrixclock-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name": "matrixclock.settings.json"}]
|
|
}
|