2022-02-11 08:29:02 +00:00
{
"id" : "sleeplog" ,
"name" : "Sleep Log" ,
"shortName" : "SleepLog" ,
2022-05-17 15:51:10 +00:00
"version" : "0.06" ,
2022-02-13 19:54:26 +00:00
"description" : "Log and view your sleeping habits. This app derived from SleepPhaseAlarm and uses also the principe of Estimation of Stationary Sleep-segments (ESS). It also provides a power saving mode 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" ,
"storage" : [
{ "name" : "sleeplog.app.js" , "url" : "app.js" } ,
{ "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" : [
{ "name" : "sleeplog.json" } ,
{ "name" : "sleeplog.log" }
] ,
"screenshots" : [
{ "url" : "screenshot1.png" } ,
{ "url" : "screenshot2.png" } ,
{ "url" : "screenshot3.png" }
]
}