ScreenBeam Classroom Commander Extension

ScreenBeam Classroom Commander Extension

Enhance the learning experience with ScreenBeam wireless display and classroom orchestration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ScreenBeam Classroom Commander Extension",
  "author": "ScreenBeam Inc.",
  "description": "Enhance the learning experience with ScreenBeam wireless display and classroom orchestration.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "socket.io.js",
      "RTCMultiConnection.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "864649162142-0onnk6tegpm73sju8o6qapa9ucfdk46u.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile",
      "openid",
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.rosters.readonly"
    ]
  },
  "browser_action": {},
  "storage": {
    "managed_schema": "schema.json"
  },
  "permissions": [
    "idle",
    "identity",
    "identity.email",
    "tabs",
    "desktopCapture",
    "storage",
    "management",
    "downloads"
  ],
  "version": "1.2.201",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoPYsAYO5hENemovua1qGIoYaWlcQDScDFP8ZHFPZb+fUJ+Yj/zylXUh6m9aWdYZ/nTGIoJyNbIJkocOZfoJXfpPKfxw3YG6JwSUEYETb3fnct4cYjtyeYjQlZSqjrmwcRghcin2DiQRFRu5mLfkmGTUuzmd7A6LnEPZeFXkDmNVjsRNovgOSF4RrpHZZEqUxu27A6kKw0WzCo8tEek1e452GhwN41CkL6bn3BPWbESAhD50PlRlLNKc5EJudDax7uTsulvQYHVAahIIINSkKXv0ZzSvR6CACMs0goD63KwxUxmybaE5M2y5IhnWWAAiBrNv3JeF42GPDIqt9b99qHQIDAQAB"
}