Live Web Screensharing

Live Web Screensharing

Extension to allow screen sharing in Live Web Application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "Live Web Screensharing",
  "permissions": [
    "desktopCapture"
  ],
  "short_name": "Screen sharing for Live",
  "version": "0.0.2",
  "author": "Polyv LM",
  "background": {
    "persistent": true,
    "scripts": [
      "script.js"
    ]
  },
  "description": "Extension to allow screen sharing in Live Web Application.",
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://live.polyv.net:*/*",
      "*://new.polyv.net:*/*",
      "*://gs.agora.io/*",
      "*://webdemo.agora.io/*",
      "*://webdemo.agorabeckon.com/*"
    ]
  },
  "icons": {
    "16": "16w.png",
    "48": "48w.png",
    "128": "128w.png"
  },
  "browser_action": {
    "default_icon": "16w.png"
  }
}