{
  "background": {
    "persistent": true,
    "scripts": [
      "conf.js",
      "securly.min.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.min.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtube-nocookie.com/*",
        "*://*.youtube-nocookie.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content2.min.js"
      ],
      "matches": [
        "*://*.google.com/maps/*",
        "*://google.com/maps/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content3.min.js"
      ],
      "matches": [
        "*://bing.com/search*",
        "*://www.bing.com/search*",
        "*://search.yahoo.com/search*",
        "*://www.search.yahoo.com/search*",
        "*://youtube.com/*",
        "*://www.youtube.com/*",
        "*://google.com/search*",
        "*://www.google.com/search*",
        "*://google.co.uk/search*",
        "*://www.google.co.uk/search*",
        "*://google.ie/search*",
        "*://www.google.ie/search*",
        "*://google.ca/search*",
        "*://www.google.ca/search*",
        "*://google.com.au/search*",
        "*://www.google.com.au/search*",
        "*://google.co.in/search*",
        "*://www.google.co.in/search*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content6.min.js"
      ],
      "matches": [
        "*://meet.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": false,
      "js": [
        "content4.min.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content5.min.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Secure and manage your 1:1 Chromebooks with Securly",
  "icons": {
    "128": "icon128.png",
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAb9tHNQkaX2R/K5CjzGgei7aQXn4wRkJyL8ZRhje0xjgHRPrK0zPictv4i/G0pIUQjoOpPt7QcgenbwbnJ73rRcNtDP03y69cQt8mIrZssAYcyjxSPYOiOABbWLSFp61YRkzfLbnNg/3brOI5sAXigyvJO7ze7cJFH2S/dmsI3wIDAQAB",
  "manifest_version": 2,
  "name": "Securly for Chromebooks",
  "oauth2": {
    "client_id": "979354546084.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "identity",
    "*://*/",
    "file://*",
    "cookies",
    "tabs",
    "browsingData",
    "identity.email",
    "geolocation",
    "idle",
    "downloads"
  ],
  "short_name": "Securly",
  "update_url": "https://crextnbeta.securly.com/extensions.xml",
  "version": "2.98.0.0",
  "web_accessible_resources": [
    "fonts/*",
    "*.svg"
  ]
}