360 Internet Protection

360 Internet Protection

This extension is web threat protection of 360 Total Security for Firefox. It identifies malicious URL in real-time and blocks web threats. The capabilities of anti-fraud, anti-phishing and anti-malicious URL will be enabled once installed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/unknown_icon_19.png",
      "38": "images/unknown_icon_38.png"
    },
    "default_title": "__MSG_unknown_website__"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "52.0"
    }
  },
  "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"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "promo/*",
    "images/*"
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/extension_logo.png",
    "128": "images/install_logo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_ui": {
    "page": "option/options.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "nativeMessaging",
    "storage",
    "activeTab",
    "webRequest",
    "webNavigation",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "version": "5.0.0.1031"
}