2022-02-11 08:29:02 +00:00
|
|
|
{
|
|
|
|
"id":"sleeplog",
|
|
|
|
"name":"Sleep Log",
|
|
|
|
"shortName": "SleepLog",
|
2022-08-17 21:24:34 +00:00
|
|
|
"version": "0.10beta04",
|
2022-05-20 15:17:30 +00:00
|
|
|
"description": "Log and view your sleeping habits. This app is using the built in movement calculation.",
|
2022-02-11 08:29:02 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"type": "app",
|
|
|
|
"tags": "tool,boot",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
2022-05-24 08:14:10 +00:00
|
|
|
"interface": "interface.html",
|
2022-02-11 08:29:02 +00:00
|
|
|
"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},
|
2022-02-11 08:29:02 +00:00
|
|
|
{"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"}
|
2022-02-11 08:29:02 +00:00
|
|
|
],
|
|
|
|
"screenshots": [
|
|
|
|
{"url": "screenshot1.png"},
|
|
|
|
{"url": "screenshot2.png"},
|
|
|
|
{"url": "screenshot3.png"}
|
2022-05-20 15:17:30 +00:00
|
|
|
]
|
2022-02-11 08:29:02 +00:00
|
|
|
}
|