Update metadata.json to match BangleApps format - app-icon.js still needed
parent
0ff191cd7d
commit
f9f1c050dc
|
|
@ -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 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue