classroom.cloud Student

classroom.cloud Student

Cloud-based classroom instruction, online safety, and IT management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "classroom.cloud Student",
  "version": "2.90.0.0",
  "version_name": "2.90.0.0",
  "icons": {
    "16": "images/CIC16.png",
    "32": "images/CIC32.png",
    "48": "images/CIC48.png",
    "128": "images/CIC128.png"
  },
  "description": "Cloud-based classroom instruction, online safety, and IT management",
  "permissions": [
    "tabs",
    "notifications",
    "desktopCapture",
    "activeTab",
    "management",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>",
    "power",
    "enterprise.deviceAttributes",
    "enterprise.hardwarePlatform",
    "enterprise.networkingAttributes",
    "identity",
    "identity.email",
    "history",
    "system.cpu",
    "system.memory",
    "system.storage",
    "unlimitedStorage",
    "system.display",
    "idle",
    "downloads",
    "unlimitedStorage"
  ],
  "default_locale": "en",
  "background": {
    "persitent": true,
    "scripts": [
      "js/lib/require/config.js",
      "js/lib/require/require.js",
      "js/jquery-1.11.1.min.js",
      "js/yEnc.js",
      "js/view.js",
      "js/clipboard.js",
      "js/lock.js",
      "js/keyboard.js",
      "js/chromeguts.js",
      "js/cicmessageaudio.js",
      "js/randomselectsplash.js",
      "js/webRTCTutorFullscreen.js",
      "js/webRTCTutorWindowed.js",
      "js/lib/Whammy.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/connection.js",
        "js/modules/content/clientMessaging.js",
        "js/modules/content/keyHandlers.js",
        "js/modules/content/clipData.js",
        "js/modules/content/safeguard.js",
        "js/modules/content/devicecontrol.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/CIC48.png",
    "default_title": "classroom.cloud Student",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png",
    "js/modules/*",
    "js/lib/*",
    "*.json",
    "js/ui/WatchTutorWindowed.js"
  ],
  "storage": {
    "managed_schema": "managed-schema.json"
  },
  "manifest_version": 2
}