2017-10-07 15:10:31 +02:00
|
|
|
{
|
|
|
|
"meta": {
|
|
|
|
"name": "Health Statistics",
|
|
|
|
"description": "Show statistics based on how you use Safe Eyes",
|
2019-03-02 02:28:44 +01:00
|
|
|
"version": "0.0.2"
|
2017-10-07 15:10:31 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"python_modules": [],
|
|
|
|
"shell_commands": [],
|
|
|
|
"operating_systems": [],
|
|
|
|
"desktop_environments": [],
|
|
|
|
"resources": []
|
|
|
|
},
|
2019-03-02 02:28:44 +01:00
|
|
|
"settings": [{
|
2019-03-02 21:42:39 +01:00
|
|
|
"id": "statistics_reset_interval",
|
|
|
|
"label": "Interval to reset statistics (in hours)",
|
2019-03-02 02:28:44 +01:00
|
|
|
"type": "INT",
|
|
|
|
"default": 24,
|
|
|
|
"max": 168,
|
|
|
|
"min": 1
|
|
|
|
}],
|
2017-10-07 15:10:31 +02:00
|
|
|
"break_override_allowed": true
|
|
|
|
}
|