BangleApps/apps/synthwave/metadata.json

18 lines
495 B
JSON

{
"id": "synthwave",
"name": "synthwave clock",
"version": "0.03",
"description": "A watchface with an animated 3D scene.",
"readme": "README.md",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}, {"url":"theme.png"}, {"url":"widgets.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": false,
"storage": [
{"name":"synthwave.app.js","url":"app.js"},
{"name":"synthwave.img","url":"app-icon.js","evaluate":true}
]
}