Novotalk Screen Sharing

Novotalk Screen Sharing

Screen share extension for novotalk users

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Novotalk, Ltd.",
  "background": {
    "service_worker": "background-script.js"
  },
  "description": "Screen share extension for novotalk users",
  "externally_connectable": {
    "matches": [
      "https://*.novotalk.com/*"
    ]
  },
  "homepage_url": "http: //novotalk.com/",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Novotalk Screen Sharing",
  "permissions": [
    "desktopCapture"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1",
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png"
      ],
      "matches": [
        "https://*.novotalk.com/*"
      ]
    }
  ]
}