35 lines
830 B
JSON
35 lines
830 B
JSON
{
|
|
"id": "privacy-indicator",
|
|
"name": "Privacy Indicator",
|
|
"version": "1.2.5",
|
|
"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": {
|
|
"main": "Main.qml",
|
|
"barWidget": "BarWidget.qml",
|
|
"panel": "Panel.qml",
|
|
"settings": "Settings.qml"
|
|
},
|
|
"dependencies": {
|
|
"plugins": []
|
|
},
|
|
"metadata": {
|
|
"defaultSettings": {
|
|
"hideInactive": false,
|
|
"enableToast": true,
|
|
"removeMargins": false,
|
|
"iconSpacing": 4,
|
|
"activeColor": "primary",
|
|
"inactiveColor": "none"
|
|
}
|
|
}
|
|
} |