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",
|
2024-11-08 15:26:04 +00:00
|
|
|
"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": [
|
2024-11-08 15:26:04 +00:00
|
|
|
{"name":"bttfclock.app.js","url":"app.js"},
|
|
|
|
{"name":"bttfclock.img","url":"app-icon.js","evaluate":true}
|
2024-11-06 11:58:53 +00:00
|
|
|
]
|
|
|
|
}
|