2022-03-15 19:55:02 +00:00
|
|
|
{ "id": "seiko-5actus",
|
|
|
|
"name": "Seiko 5actus",
|
|
|
|
"shortName":"5actus",
|
|
|
|
"icon": "seiko-5actus.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2024-03-13 10:56:27 +00:00
|
|
|
"version": "0.04",
|
2022-03-15 19:55:02 +00:00
|
|
|
"description": "A watch designed after then Seiko 5actus from the 1970's",
|
|
|
|
"tags": "clock",
|
|
|
|
"type": "clock",
|
|
|
|
"supports":["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
2022-03-15 21:25:44 +00:00
|
|
|
{"name":"seiko-5actus.app.js","url":"app.js"},
|
2022-03-15 19:55:02 +00:00
|
|
|
{"name":"seiko-5actus.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|