FEV Tutor Screen Share

FEV Tutor Screen Share

FEV Tutor Screen Share enables students to share their screen with their tutor on the FEV Whiteboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FEV Tutor Screen Share",
  "author": "FEV Tutor",
  "short_name": "FEV Tutor Screen Share",
  "version": "2.1",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "FEV Tutor Screen Share enables students to share their screen with their tutor on the FEV Whiteboard.",
  "homepage_url": "http://www.fevtutor.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.fevtutor.com/*"
    ],
    "accepts_tls_channel_id": true
  },
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}