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

18 lines
489 B
JSON

{ "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-watch-app.js"},
{"name":"geminiclock.img","url":"app-icon.js","evaluate":true}
]
}