1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2025-01-07 01:31:26 +01:00
SafeEyes/safeeyes/plugins/healthstats/config.json
2019-03-01 20:28:44 -05:00

23 lines
593 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": "screen_time_reset_interval",
"label": "Interval to reset screen time (in hours)",
"type": "INT",
"default": 24,
"max": 168,
"min": 1
}],
"break_override_allowed": true
}