Netcraft Extension

Netcraft Extension

Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Netcraft Extension",
  "description": "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web",
  "version": "2.1.2",
  "action": {
    "default_title": "",
    "default_icon": {
      "16": "Images/action-normal-16.png",
      "24": "Images/action-normal-24.png",
      "32": "Images/action-normal-32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "/JavaScript/worker/service_worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/JavaScript/content/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "Images/icon-small.png",
    "48": "Images/icon-mid.png",
    "128": "Images/icon-large.png"
  },
  "manifest_version": 3,
  "incognito": "split",
  "minimum_chrome_version": "102",
  "options_page": "options.html"
}