Securly for Chromebooks

Securly for Chromebooks

Secure and manage your 1:1 Chromebooks with Securly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Securly for Chromebooks",
  "short_name": "Securly",
  "version": "2.98.59",
  "description": "Secure and manage your 1:1 Chromebooks with Securly",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "identity",
    "*://*/",
    "file://*",
    "cookies",
    "tabs",
    "browsingData",
    "identity.email",
    "geolocation",
    "idle",
    "downloads",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtube-nocookie.com/*",
        "*://*.youtube-nocookie.com/*"
      ],
      "js": [
        "content.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.google.com/maps/*",
        "*://google.com/maps/*"
      ],
      "js": [
        "content2.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "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*"
      ],
      "js": [
        "content3.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "content6.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content4.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://chat.google.com/*"
      ],
      "js": [
        "content7.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*"
      ],
      "include_globs": [
        "https://www.google.*/*"
      ],
      "js": [
        "content8.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content9.min.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content10.min.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content5.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "conf.min.js",
      "securly.min.js"
    ],
    "persistent": true
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAb9tHNQkaX2R/K5CjzGgei7aQXn4wRkJyL8ZRhje0xjgHRPrK0zPictv4i/G0pIUQjoOpPt7QcgenbwbnJ73rRcNtDP03y69cQt8mIrZssAYcyjxSPYOiOABbWLSFp61YRkzfLbnNg/3brOI5sAXigyvJO7ze7cJFH2S/dmsI3wIDAQAB",
  "oauth2": {
    "client_id": "979354546084.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "web_accessible_resources": [
    "fonts/*",
    "*.svg"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}