WebRTC Desktop Sharing Extension

WebRTC Desktop Sharing Extension

Extension to allow desktop sharing for WebRTC applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "WebRTC Desktop Sharing Extension",
  "permissions": [
    "desktopCapture"
  ],
  "short_name": "WebRTC Desktop Sharing",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.12",
  "background": {
    "persistent": true,
    "scripts": [
      "script.js"
    ]
  },
  "description": "Extension to allow desktop sharing for WebRTC applications.",
  "externally_connectable": {
    "matches": [
      "*://*.intel.com/*",
      "*://10.239.44.157/*",
      "*://61.152.239.38/*",
      "*://61.152.239.44/*",
      "*://61.152.239.47/*",
      "*://61.152.239.49/*",
      "*://61.152.239.56/*",
      "*://61.152.239.58/*",
      "*://61.152.239.60/*",
      "*://61.152.239.63/*",
      "*://61.152.239.68/*",
      "*://61.152.239.83/*",
      "*://61.152.239.85/*",
      "*://180.153.223.234/*",
      "*://180.153.223.235/*",
      "*://61.161.204.246/*",
      "*://61.160.184.116/*",
      "*://139.196.161.124/*",
      "*://localhost/*",
      "*://192.168.1.101/*"
    ]
  },
  "icons": {
    "16": "screen-sharing-16.png",
    "48": "screen-sharing-48.png",
    "128": "screen-sharing-128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "screen-sharing-16.png",
      "48": "screen-sharing-48.png",
      "128": "screen-sharing-128.png"
    }
  }
}