Codeda Screen Sharing

Codeda Screen Sharing

Screen Sharing for codeda.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Codeda Screen Sharing",
  "author": "Codeda",
  "version": "1.5",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Screen Sharing for codeda.com.",
  "homepage_url": "https://codeda.com",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://codeda.com/*",
      "https://*.codeda.com/*",
      "*://localhost/*",
      "https://*.webinarhd.com/*",
      "*://127.0.0.1/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "logo48.png"
  ]
}