BangleApps/apps/floralclk/metadata.json

18 lines
520 B
JSON

{
"id": "floralclk",
"name": "Floral Clock",
"version": "0.01",
"description": "A clock with a flower background by [Lillith May](https://www.instagram.com/_lilustrations_/)",
"icon": "app.png",
"screenshots": [{"url":"screenshot_floral.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"floralclk.app.js","url":"app.js"},
{"name":"floralclk.img","url":"app-icon.js","evaluate":true}
]
}