1
0
Fork 0
BangleApps/apps/geminiclock/metadata.json

18 lines
489 B
JSON
Raw Normal View History

2022-12-26 11:42:28 +00:00
{ "id": "geminiclock",
"name": "Gemini clock",
"shortName":"Gemini Clock",
"icon": "app.png",
"version":"0.01",
"description": "Watch face using retro Gemini font",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"screenshots": [{"url":"screenshot.png"}],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"geminiclock.app.js","url":"gemini-clock-app.js"},
{"name":"geminiclock.img","url":"app-icon.js","evaluate":true}
]
}