The Conference system Screen Sharing

The Conference system Screen Sharing

Add Screen Sharing to the conference system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "author": "BellFace Inc.",
  "version": "0.96",
  "manifest_version": 3,
  "default_locale": "en",
  "minimum_chrome_version": "88",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://user.bell-face.com/",
  "background": {
    "service_worker": "background-script.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.bell-face.example.com/*",
      "https://*.bell-face.local/*",
      "https://*.bell-face.co/*",
      "https://*.bell-face.fyi/*",
      "https://*.bell-face.fm/*",
      "https://*.bell-face.com/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png"
      ],
      "matches": [
        "https://*.bell-face.example.com/*",
        "https://*.bell-face.local/*",
        "https://*.bell-face.co/*",
        "https://*.bell-face.fyi/*",
        "https://*.bell-face.fm/*",
        "https://*.bell-face.com/*"
      ]
    }
  ]
}