{
  "action": {
    "default_icon": {
      "128": "logo128.png",
      "16": "logo16mono.png",
      "48": "logo48.png"
    },
    "default_title": "Securly Classroom"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_matches": [
        "*://richmondlp.com/*",
        "*://*.eschooldata.com/*",
        "*://*.arbitersports.com/*"
      ],
      "js": [
        "cs.js"
      ],
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "icons": {
    "128": "logo128.png",
    "16": "logo16mono.png",
    "48": "logo48.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkBbRuQOfZamL2tIe1JoCoUseFrT/trs4dR70c66P/W6qR8tk8ISVGWMeTWOQVjJ/ZGEvw+IYizqVLFQP/lEPhSkTzTUcrYrYyAAqcwXTrSBDbes84fosGdjOw7KCV9QncUBSZcVKuBcHhxGeZ1hGwYNPBAPA+6bUHfaucqxqWNwz/d91xYQ22BzpWVCn19gjB+kEEaWQNXaj8BYYhrp+0ETl6ZZs0PBRovwsxT00PCrqsTVrHICT3yOpbAJNOoiAlOm41L3yJv+ZnOaTnuz2UflioZtZp1LduBnnzynXN1eekGLDiy6ZupNippU1knpERUskAXVoj9FcHXT3OktOSwIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "88.0.4324",
  "name": "Securly Classroom",
  "permissions": [
    "activeTab",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "enterprise.deviceAttributes",
    "gcm",
    "geolocation",
    "identity",
    "identity.email",
    "idle",
    "nativeMessaging",
    "notifications",
    "offscreen",
    "scripting",
    "storage",
    "tabs",
    "webRequest"
  ],
  "short_name": "Securly",
  "update_url": "https://crextnaut.securly.com/subscribers/defaultfrommanifest@securly.com/update-manifest.xml",
  "version": "1.37.3",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "ffndjmfjhjdamkocbfonjmoaecaflhga",
        "ljbaelmjoebdeieggdgiaaapncdicekm",
        "kgbbkfikebgafcfjgpdflkcoihjjlfmd",
        "jfbecfmiegcjddenjhlbhlikcbfmnafd"
      ],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*",
        "blocking/*",
        "fonts/*"
      ]
    }
  ]
}