1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2024-12-27 00:02:36 +01:00
SafeEyes/safeeyes/plugins/mediacontrol/config.json
Gobinath b6c8b504af
Feature Media Control plugin and toolbar support (#295)
* Add toolbar actions to the break screen

* Add media control plugin
2019-01-12 16:12:50 -05:00

16 lines
395 B
JSON

{
"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
}