360 Internet Protection

360 Internet Protection

360 Internet Protection

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "type": "modifyHeaders",
    "requestHeaders": [
      {
        "header": "cookie",
        "operation": "remove"
      }
    ]
  },
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "content_scripts": [
    {
      "css": [
        "toast/toast.css"
      ],
      "js": [
        "utils/common.js",
        "utils/type.js",
        "utils/pref.js",
        "utils/product.js",
        "utils/debug.js",
        "toast/toast.js",
        "antitrack/inject-antitrack.js",
        "wdsupport/wd_extension.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "promo/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/extension_logo.png",
    "128": "images/install_logo.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_name__",
  "options_page": "option/options.html",
  "declarative_net_request": {
    "rule_resources": []
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "scripting",
    "tabs",
    "nativeMessaging",
    "storage",
    "activeTab",
    "webRequest",
    "webNavigation",
    "declarativeNetRequestWithHostAccess",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.55"
}