{
  "action": {
    "default_icon": "images/CIC48.png",
    "default_popup": "clientmenu.html",
    "default_title": "classroom.cloud Student"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "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",
        "js/modules/content/hasFocus.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "images/CIC128.png",
    "16": "images/CIC16.png",
    "32": "images/CIC32.png",
    "48": "images/CIC48.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "116",
  "name": "classroom.cloud Student",
  "permissions": [
    "tabs",
    "notifications",
    "desktopCapture",
    "activeTab",
    "management",
    "clipboardWrite",
    "clipboardRead",
    "power",
    "enterprise.deviceAttributes",
    "enterprise.hardwarePlatform",
    "enterprise.networkingAttributes",
    "identity",
    "identity.email",
    "history",
    "system.cpu",
    "system.memory",
    "system.storage",
    "unlimitedStorage",
    "system.display",
    "idle",
    "offscreen",
    "downloads"
  ],
  "storage": {
    "managed_schema": "managed-schema.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.00.9.0",
  "version_name": "3.00.9.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/message48.png",
        "js/modules/*",
        "js/lib/*",
        "*.json",
        "js/ui/WatchTutorWindowed.js",
        "js/desktopSharedWorkerEsafety.js",
        "js/desktopSharedWorkerThumbnails.js"
      ]
    }
  ]
}