Norton AntiTrack

Norton AntiTrack

Stop trackers and fingerprinting from following you online or gathering information about you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "__MSG_ext_short_name__",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "version": "3.7.0.749",
  "author": "NortonLifeLock Inc.",
  "icons": {
    "16": "icons/16/antitrack-logo.png",
    "32": "icons/32/antitrack-logo.png",
    "48": "icons/48/antitrack-logo.png",
    "64": "icons/64/antitrack-logo.png",
    "128": "icons/128/antitrack-logo.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "at-include/ATContent.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "private-email/ContentIsolatedWorld.js"
      ]
    },
    {
      "matches": [
        "https://private-email.norton.com/dashboard",
        "https://private-email.avast.com/dashboard",
        "https://private-email.avg.com/dashboard"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "private-email/PEDashboardLauncher.js"
      ]
    }
  ],
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "app/*.png",
        "app/*.svg",
        "app/*.ttf",
        "locales/*.json",
        "private-email/index.html",
        "private-email/Autofill.html",
        "icons/32/*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "nativeMessaging",
    "declarativeNetRequest",
    "scripting",
    "alarms",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+T",
        "windows": "Alt+T",
        "mac": "Command+T"
      },
      "description": "__MSG_ext_command_description__"
    }
  },
  "minimum_chrome_version": "102",
  "version_name": "3.7.0.749",
  "background": {
    "service_worker": "app/background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "main_rules",
        "enabled": true,
        "path": "at-include/data/rules.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}