2022-03-23 17:12:38 +00:00
|
|
|
{
|
|
|
|
"id": "90sclk",
|
|
|
|
"name": "90s Clock",
|
2023-01-11 19:25:14 +00:00
|
|
|
"version": "0.04",
|
2022-03-25 15:14:30 +00:00
|
|
|
"description": "A 90s style watch-face",
|
|
|
|
"readme": "README.md",
|
2022-03-23 17:12:38 +00:00
|
|
|
"icon": "app.png",
|
2022-03-25 15:19:18 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot_2.png"}],
|
2022-03-23 17:12:38 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
2022-03-23 18:16:23 +00:00
|
|
|
"supports": ["BANGLEJS2"],
|
2022-03-23 17:12:38 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"90sclk.app.js","url":"app.js"},
|
2022-03-25 15:14:30 +00:00
|
|
|
{"name":"90sclk.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"90sclk.settings.js","url":"settings.js"}
|
2022-03-23 17:12:38 +00:00
|
|
|
]
|
|
|
|
}
|