2022-04-24 07:58:14 +00:00
|
|
|
{
|
|
|
|
"id": "mtnclock",
|
|
|
|
"name": "Mountain Pass Clock",
|
|
|
|
"shortName": "Mtn Clock",
|
2023-02-09 05:37:39 +00:00
|
|
|
"version": "0.03",
|
2022-04-24 07:58:14 +00:00
|
|
|
"description": "A clock that changes scenery based on time and weather.",
|
|
|
|
"readme":"README.md",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [
|
|
|
|
{"url":"screenshot1.png"},
|
|
|
|
{"url":"screenshot2.png"},
|
|
|
|
{"url":"screenshot3.png"},
|
|
|
|
{"url":"screenshot4.png"},
|
|
|
|
{"url":"screenshot5.png"}
|
|
|
|
],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"mtnclock.app.js","url":"app.js"},
|
|
|
|
{"name":"mtnclock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [{"name":"mtnclock.json"}]
|
|
|
|
}
|