ConexED Screen Sharing

ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ConexED Screen Sharing",
  "version": "1.7.3",
  "manifest_version": 2,
  "description": "Chrome screen sharing extension for the ConexED platform",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.craniumcafe.com/*",
      "https://*.conexed.com/*"
    ]
  },
  "icons": {
    "16": "images/16x16-C.png",
    "32": "images/32x32-C.png",
    "48": "images/48x48-C.png",
    "128": "images/128x128-C.png"
  },
  "permissions": [
    "desktopCapture",
    "https://*.craniumcafe.com/*",
    "https://*.conexed.com/*"
  ],
  "web_accessible_resources": [
    "images/48x48-C.png"
  ]
}