{
  "background": {
    "service_worker": "main.bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "payload.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Smoothwall empowers schools to digitally safeguard the students in their care with next-generation web filtering and monitoring.",
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "128": "Monitor128.png",
    "16": "Monitor16.png",
    "24": "Monitor24.png"
  },
  "manifest_version": 3,
  "name": "Smoothwall Safeguarding Client (Global)",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "identity",
    "identity.email",
    "alarms",
    "background",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes",
    "scripting",
    "webRequest"
  ],
  "short_name": "Smoothwall Safeguarding",
  "storage": {
    "managed_schema": "schema.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.2.11.1768"
}