SafeEyes/safeeyes/plugins/healthstats/config.json

23 lines
591 B
JSON

{
"meta": {
"name": "Health Statistics",
"description": "Show statistics based on how you use Safe Eyes",
"version": "0.0.2"
},
"dependencies": {
"python_modules": [],
"shell_commands": [],
"operating_systems": [],
"desktop_environments": [],
"resources": []
},
"settings": [{
"id": "statistics_reset_interval",
"label": "Interval to reset statistics (in hours)",
"type": "INT",
"default": 24,
"max": 168,
"min": 1
}],
"break_override_allowed": true
}