BangleApps/apps/sleeplog/metadata.json

34 lines
1.0 KiB
JSON
Raw Normal View History

{
"id":"sleeplog",
"name":"Sleep Log",
"shortName": "SleepLog",
"version": "0.18",
2022-05-20 15:17:30 +00:00
"description": "Log and view your sleeping habits. This app is using the built in movement calculation.",
"icon": "app.png",
"type": "app",
"tags": "tool,boot",
"supports": ["BANGLEJS2"],
"readme": "README.md",
2022-05-24 08:14:10 +00:00
"interface": "interface.html",
"storage": [
{"name": "sleeplog.app.js", "url": "app.js"},
2022-05-20 15:17:30 +00:00
{"name": "sleeplog.img", "url": "app-icon.js", "evaluate": true},
{"name": "sleeplog.boot.js", "url": "boot.js"},
{"name": "sleeplog", "url": "lib.js"},
{"name": "sleeplog.settings.js", "url": "settings.js"}
],
"data": [
2022-05-20 15:17:30 +00:00
{"name": "sleeplog.json"}
],
"screenshots": [
{"url": "screenshot-1_app_light.png"},
{"url": "screenshot-2_day_light.png"},
{"url": "screenshot-3_graph_light.png"},
{"url": "screenshot-4_graph2_light.png"},
{"url": "screenshot-5_app_dark.png"},
{"url": "screenshot-6_day_dark.png"},
{"url": "screenshot-7_graph_dark.png"},
{"url": "screenshot-8_graph2_dark.png"}
2022-05-20 15:17:30 +00:00
]
}