084bfebcc8
It allows to use other paired devices as external displays transparently.
29 lines
804 B
JSON
29 lines
804 B
JSON
{
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "aleixpol@kde.org",
|
|
"Name": "Aleix Pol i Gonzalez"
|
|
}
|
|
],
|
|
"Name": "Virtual Monitor",
|
|
"Description": "Use your devices as virtual monitors",
|
|
"EnabledByDefault": true,
|
|
"Icon": "video-monitor",
|
|
"Id": "kdeconnect_virtualmonitor",
|
|
"License": "GPL",
|
|
"ServiceTypes": [
|
|
"KdeConnect/Plugin"
|
|
],
|
|
"Version": "0.1",
|
|
"Website": "https://kde.org"
|
|
},
|
|
"X-KdeConnect-OutgoingPacketType": [
|
|
"kdeconnect.virtualmonitor",
|
|
"kdeconnect.virtualmonitor.request"
|
|
],
|
|
"X-KdeConnect-SupportedPacketType": [
|
|
"kdeconnect.virtualmonitor",
|
|
"kdeconnect.virtualmonitor.request"
|
|
]
|
|
}
|