24 lines
609 B
JSON
24 lines
609 B
JSON
{
|
|
"id": "privacy-indicator",
|
|
"name": "Privacy Indicator",
|
|
"version": "1.0.10",
|
|
"minNoctaliaVersion": "3.6.0",
|
|
"author": "Noctalia Team <team@noctalia.dev>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
|
|
"description": "A privacy indicator widget that shows when microphone, camera or screen sharing is active.",
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml",
|
|
"settings": "Settings.qml"
|
|
},
|
|
"dependencies": {
|
|
"plugins": []
|
|
},
|
|
"metadata": {
|
|
"defaultSettings": {
|
|
"hideInactive": false,
|
|
"removeMargins": false
|
|
}
|
|
}
|
|
}
|