28 lines
714 B
JSON
28 lines
714 B
JSON
{
|
|
"id": "privacy-indicator",
|
|
"name": "Privacy Indicator",
|
|
"version": "1.1.0",
|
|
"minNoctaliaVersion": "3.6.0",
|
|
"author": "Noctalia Team",
|
|
"official": true,
|
|
"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.",
|
|
"tags": ["Bar", "Privacy", "Indicator"],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml",
|
|
"settings": "Settings.qml"
|
|
},
|
|
"dependencies": {
|
|
"plugins": []
|
|
},
|
|
"metadata": {
|
|
"defaultSettings": {
|
|
"hideInactive": false,
|
|
"removeMargins": false,
|
|
"activeColor": "primary",
|
|
"inactiveColor": "none"
|
|
}
|
|
}
|
|
}
|