BangleApps/apps/dotmatrixclock/metadata.json

17 lines
466 B
JSON
Raw Permalink Normal View History

{
"id": "dotmatrixclock",
"name": "Dotmatrix Clock",
"version": "0.02",
"description": "A clear white-on-blue dotmatrix simulated clock",
"icon": "dotmatrixclock.png",
"type": "clock",
"tags": "clock,dotmatrix,retro",
"supports": ["BANGLEJS"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"dotmatrixclock.app.js","url":"app.js"},
{"name":"dotmatrixclock.img","url":"dotmatrixclock-icon.js","evaluate":true}
]
}