webrtc Hangout

webrtc Hangout

testing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "webrtc Hangout",
  "description": "testing",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://xplat.hangout.comcast.net/*"
    ]
  }
}