BangleApps/apps/bttfclock/metadata.json

17 lines
438 B
JSON
Raw Permalink Normal View History

2024-11-06 11:58:53 +00:00
{
"id": "bttfclock",
"name": "Back To The Future",
2024-12-23 22:18:43 +00:00
"version": "0.03",
"description": "The watch of Marty McFly",
"readme": "README.md",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
2024-11-06 11:58:53 +00:00
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"bttfclock.app.js","url":"app.js"},
{"name":"bttfclock.img","url":"app-icon.js","evaluate":true}
2024-11-06 11:58:53 +00:00
]
}