Qustodio Professional

Qustodio Professional

Business Client Endpoint Protection for Chromebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.14.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "content_script.js"
      ]
    }
  ],
  "incognito": "split",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "name": "Qustodio Professional",
  "description": "Business Client Endpoint Protection for Chromebook",
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "webRequest",
    "declarativeNetRequest",
    "identity",
    "identity.email",
    "enterprise",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes"
  ],
  "action": {
    "default_title": "Qustodio Professional"
  },
  "icons": {
    "16": "images/qustodio-professional-16x16.png",
    "32": "images/qustodio-professional-32x32.png",
    "48": "images/qustodio-professional-48x48.png",
    "128": "images/qustodio-professional-128x128.png"
  },
  "storage": {
    "managed_schema": "store-schema.json"
  }
}