BangleApps/apps/rolex/metadata.json

18 lines
485 B
JSON
Raw Normal View History

2022-02-15 04:05:08 +00:00
{ "id": "rolex",
"name": "rolex",
"shortName":"rolex",
"icon": "rolex.png",
2022-02-28 09:22:26 +00:00
"screenshots": [{"url":"screenshot1.png"}],
"version":"0.05",
"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
}