SafeEyes/safeeyes/plugins/healthstats/config.json

21 lines
573 B
JSON

{
"meta": {
"name": "Health Statistics",
"description": "Show statistics based on how you use Safe Eyes",
"version": "0.0.3"
},
"dependencies": {
"python_modules": ["croniter"],
"shell_commands": [],
"operating_systems": [],
"desktop_environments": [],
"resources": []
},
"settings": [{
"id": "statistics_reset_cron",
"label": "Statistics reset interval (cron expression)",
"type": "TEXT",
"default": "0 0 * * *"
}],
"break_override_allowed": true
}