mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-07 01:31:26 +01:00
23 lines
593 B
JSON
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
|
|
} |