c³ Screensharing

c³ Screensharing

Screensharing utility plugin for c³

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "c³ Screensharing",
  "description": "Screensharing utility plugin for c³",
  "version": "0.0.7",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com/*",
        "https://cameo-web.herokuapp.com/*",
        "https://cccs-web.herokuapp.com/*",
        "https://c3chat.herokuapp.com/*",
        "https://app.c3.chat/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com/*",
      "https://cameo-web.herokuapp.com/*",
      "https://cccs-web.herokuapp.com/*",
      "https://c3chat.herokuapp.com/*",
      "https://app.c3.chat/*"
    ]
  }
}