WeSchool Screen Sharing

WeSchool Screen Sharing

A simple extension that allows you to share your desktop into meetings with WeSchool Meet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WeSchool Screen Sharing",
  "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.",
  "version": "0.1.6.2",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "favicon-16x16.png",
    "48": "favicon-48x48.png",
    "128": "favicon-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://meet.weschool.com/*"
    ]
  }
}