1
0
Fork 0
BangleApps/apps/inspire/metadata.json

17 lines
450 B
JSON
Raw Normal View History

{
"id": "inspire",
"name": "Inspire Breathing",
"shortName": "Inspire",
2024-03-04 21:32:06 +00:00
"version": "0.03",
"description": "exercise breathing every now and then",
"icon": "app-icon.png",
"tags": "tools,health",
"screenshots": [{"url":"screenshot.png"}],
2023-01-20 11:53:47 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"inspire.app.js","url":"app.js"},
{"name":"inspire.img","url":"app-icon.js","evaluate":true}
]
}