summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/manifest.json
blob: 4618fc4849dc19ab167e2c49c9c5148f96090b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "id": "privacy-indicator",
  "name": "Privacy Indicator",
  "version": "1.2.13",
  "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",
      "micFilterRegex": "",
      "camFilterRegex": ""
    }
  }
}