{
  "background": {
    "service_worker": "securly.min.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.min.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtube-nocookie.com/*",
        "*://*.youtube-nocookie.com/*",
        "*://youtubeeducation.com/*",
        "*://*.youtubeeducation.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "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": 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"
    },
    {
      "all_frames": true,
      "js": [
        "content6.min.js"
      ],
      "matches": [
        "*://meet.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content10.min.js"
      ],
      "matches": [
        "*://chat.google.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "include_globs": [
        "https://www.google.*/*"
      ],
      "js": [
        "content9.min.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": false,
      "js": [
        "content7.min.js"
      ],
      "matches": [
        "*://*.securly.com/crextn/geoloc.html"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "content8.min.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content11.min.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content12.min.js"
      ],
      "matches": [
        "https://docs.google.com/*",
        "https://gemini.google.com/*",
        "https://chatgpt.com/*",
        "https://student.magicschool.ai/*",
        "https://student.schoolai.com/*",
        "https://app.schoolai.com/assistants/*",
        "https://app.briskteaching.com/*",
        "https://notebooklm.google.com/*",
        "https://copilot.microsoft.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Secure your Edge browser with Securly",
  "host_permissions": [
    "*://*/",
    "file://*"
  ],
  "icons": {
    "128": "icon128.png",
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "manifest_version": 3,
  "name": "Securly for Edge browser",
  "oauth2": {
    "client_id": "979354546084.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "permissions": [
    "webRequest",
    "identity",
    "cookies",
    "tabs",
    "browsingData",
    "identity.email",
    "geolocation",
    "idle",
    "downloads",
    "storage",
    "scripting",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "system.display",
    "alarms",
    "webNavigation",
    "offscreen"
  ],
  "short_name": "Securly",
  "storage": {
    "managed_schema": "schema.json"
  },
  "update_url": "https://crextnaut.securly.com/subscribers/defaultfrommanifest@securly.com/update-manifest.xml",
  "version": "3.0.46",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "fonts/*",
        "*.svg"
      ]
    }
  ]
}