TeachHoot Screen Sharing

TeachHoot Screen Sharing

This extension is developed primarily for TeachHoot classroom screen sharing functionality.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TeachHoot Screen Sharing",
  "author": "TeachHoot, Inc.",
  "version": "1.2",
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "description": "This extension is developed primarily for TeachHoot classroom screen sharing functionality.",
  "homepage_url": "https://www.teachhoot.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://www.teachhoot.com/*",
      "https://137.117.245.112:1443/*",
      "https://localhost:44390/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture",
    "audioCapture"
  ]
}