BangleApps/apps/cassioWatch/metadata.json

18 lines
556 B
JSON
Raw Normal View History

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:11:59 +00:00
"screenshots": [{ "url": "screens/screen_day.png" },{ "url": "screens/screen_night.png" }],
2022-06-05 15:05:40 +00:00
"icon": "app.png",
2022-06-05 17:44:23 +00:00
"version": "0.5",
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" },
{ "name": "cassioWatch.img", "url": "icon.js", "evaluate": true }
]
}