1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2024-12-28 00:10:44 +01:00
SafeEyes/safeeyes/plugins/mediacontrol/config.json

16 lines
395 B
JSON
Raw Normal View History

{
"meta": {
"name": "Media Control",
"description": "Pause media players from the break screen",
"version": "0.0.1"
},
"dependencies": {
"python_modules": ["dbus"],
"shell_commands": [],
"operating_systems": [],
"desktop_environments": [],
"resources": []
},
"settings": [],
"break_override_allowed": true
}