1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2024-12-24 23:50:46 +01:00
SafeEyes/safeeyes/plugins/audiblealert/config.json
2017-10-07 09:10:31 -04:00

16 lines
408 B
JSON

{
"meta": {
"name": "Audible Alert",
"description": "Play an audible alert at the end of breaks",
"version": "0.0.1"
},
"dependencies": {
"python_modules": [],
"shell_commands": ["aplay"],
"operating_systems": [],
"desktop_environments": [],
"resources": ["alert.wav"]
},
"settings": [],
"break_override_allowed": true
}