forked from FOSS/BangleApps
Update apps.json
parent
9b3ccab4ee
commit
0592b54c7e
14
apps.json
14
apps.json
|
@ -2550,5 +2550,19 @@
|
|||
{"name":"hrrawexp.app.js","url":"app.js"},
|
||||
{"name":"hrrawexp.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "breath",
|
||||
"name": "Breathing App",
|
||||
"shortName":"Breathing App",
|
||||
"icon": "app-icon.png",
|
||||
"version":"0.01",
|
||||
"description": "app to aid relaxation and train breath syncronicity, also displays HR",
|
||||
"tags": "tools,health",
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"breath.app.js","url":"app.js"},
|
||||
{"name":"breath.settings.js","url":"settings.js"},
|
||||
{"name":"breath.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue