2022-02-15 04:05:08 +00:00
|
|
|
{ "id": "rolex",
|
2022-02-15 19:46:48 +00:00
|
|
|
"name": "rolex",
|
|
|
|
"shortName":"rolex",
|
|
|
|
"icon": "rolex.png",
|
2022-02-28 09:22:26 +00:00
|
|
|
"screenshots": [{"url":"screenshot1.png"}],
|
2022-09-06 22:57:47 +00:00
|
|
|
"version":"0.05",
|
2022-02-15 19:46:48 +00:00
|
|
|
"description": "A rolex like watch face",
|
|
|
|
"tags": "clock",
|
|
|
|
"type": "clock",
|
|
|
|
"supports":["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"rolex.app.js","url":"app.js"},
|
|
|
|
{"name":"rolex.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
2022-02-28 09:22:26 +00:00
|
|
|
}
|