BangleApps/apps/rings/metadata.json

37 lines
775 B
JSON
Raw Permalink Normal View History

2023-04-02 22:04:24 +00:00
{
"id": "rings",
2023-02-19 14:32:27 +00:00
"name": "Rings - an animated watchface",
2023-04-02 22:04:24 +00:00
"shortName": "Rings",
"version": "0.03",
2023-02-19 14:32:27 +00:00
"description": "Ring based watchface that animates to show the date when unlocked. Inspired by / remixed from Rinkulainen.",
"icon": "app.png",
2023-04-02 22:04:24 +00:00
"screenshots": [{
"url": "screenshot1.png"
}, {
"url": "screenshot2.png"
2023-04-13 09:36:20 +00:00
}, {
"url": "screenshot3.png"
2023-04-02 22:04:24 +00:00
}],
2023-02-19 14:32:27 +00:00
"type": "clock",
"tags": "clock",
2023-04-02 22:04:24 +00:00
"supports": ["BANGLEJS2"],
2023-02-19 14:32:27 +00:00
"readme": "README.md",
2023-04-02 22:04:24 +00:00
"storage": [{
"name": "rings.app.js",
"url": "app.js"
},
{
"name": "rings.img",
"url": "app-icon.js",
"evaluate": true
},
{
"name": "rings.settings.js",
"url": "settings.js"
}
],
2023-04-02 22:04:24 +00:00
"data": [{
"name": "rings.settings.json"
}]
2023-04-13 09:36:20 +00:00
}