{
  "action": {
    "default_popup": "/gui/popup.html"
  },
  "background": {
    "service_worker": "background_worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "gDocInjector.js"
      ],
      "matches": [
        "http://docs.google.com/document/*",
        "https://docs.google.com/document/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "keyWatcher.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Connect your Chrome devices to senso.cloud to seamlessly teach, monitor and safeguard students in the classroom and beyond.",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "/images/icon.png"
  },
  "incognito": "spanning",
  "manifest_version": 3,
  "minimum_chrome_version": "116",
  "name": "Senso Extension",
  "oauth2": {
    "client_id": "553958121795-s9ve857cbqc1vo5tq1s1odh9uua7behq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "options_ui": {
    "page": "/gui/config.html"
  },
  "permissions": [
    "alarms",
    "cookies",
    "downloads",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes",
    "management",
    "scripting",
    "system.storage",
    "identity",
    "identity.email",
    "tabs",
    "storage",
    "notifications",
    "offscreen",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "storage": {
    "managed_schema": "clientConfig.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.6.4",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "foijmdlpmbcnlilcapkjjidhkgieiimg",
        "gkncegdiihdghhkfpnnodppcbjeeimkc"
      ],
      "resources": [
        "gui/*"
      ]
    }
  ]
}