SafeEyes/safeeyes/plugins/healthstats/config.json

23 lines
591 B
JSON
Raw Normal View History

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