mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-28 00:10:44 +01:00
16 lines
395 B
JSON
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
|
||
|
}
|