2022-06-05 15:05:40 +00:00
|
|
|
{
|
|
|
|
"id": "cassioWatch",
|
|
|
|
"name": "Cassio Watch",
|
2022-06-05 15:17:22 +00:00
|
|
|
"description": "Animated Clock with Space Cassio Watch Style",
|
2022-06-05 19:13:53 +00:00
|
|
|
"screenshots": [{ "url": "screens/screen_night.png" },{ "url": "screens/screen_day.png" }],
|
2022-06-05 15:05:40 +00:00
|
|
|
"icon": "app.png",
|
2022-11-23 14:31:20 +00:00
|
|
|
"version": "0.12",
|
2022-06-05 15:05:40 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock, weather, cassio, retro",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{ "name": "cassioWatch.app.js", "url": "app.js" },
|
2022-06-05 19:38:06 +00:00
|
|
|
{"name":"cassioWatch.settings.js","url":"settings.js"},
|
2022-06-05 15:05:40 +00:00
|
|
|
{ "name": "cassioWatch.img", "url": "icon.js", "evaluate": true }
|
|
|
|
]
|
|
|
|
}
|