1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2024-12-27 00:02:36 +01:00
SafeEyes/safeeyes/plugins/healthstats/config.json
2021-01-10 21:43:36 -05:00

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
}