VISITLEAD Screensharing

VISITLEAD Screensharing

Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "Screenshare",
  "version": "2.0.3",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "homepage_url": "https://VISITLEAD.com",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/webrtc.js",
      "scripts/index.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-22.png",
    "default_title": "Screensharing",
    "default_popup": "popup.html"
  },
  "permissions": [
    "desktopCapture",
    "storage"
  ],
  "web_accessible_resources": [
    "images/icon-48.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://app.visitlead.com/*",
      "*://stream.visitlead.com/*",
      "*://app.visitlead.local/*"
    ]
  }
}