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