Update metadata.json to match BangleApps format - app-icon.js still needed

master
Gordon Williams 2025-06-12 10:12:16 +01:00 committed by GitHub
parent 0ff191cd7d
commit f9f1c050dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 6 deletions

View File

@ -1,14 +1,16 @@
{ {
"id": "crsclock", "id": "crsclock",
"name": "Circadian Rhythm Clock", "name": "Circadian Rhythm Clock",
"author": "Jakub Tencl info@ihypnosis.org.uk", "shortName":"Circadian",
"type": "clock",
"src": "crsclock.js",
"icon": "icon.png",
"version": "0.06", "version": "0.06",
"description": "Shows CRS (Circadian Rhythm Score), steps, mood, and light exposure.", "description": "Shows CRS (Circadian Rhythm Score), steps, mood, and light exposure.",
"patent": "GB2509149.7: Wearable Circadian Rhythm Score (CRS) System for Estimating Biological Time", "icon": "icon.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"changelog": "ChangeLog" "storage": [
{ "name": "crsclock.app.js", "url": "crsclock.js" },
{ "name": "crsclock.img", "url":"app-icon.js","evaluate":true }
]
} }