Adaware Web Protection

Adaware Web Protection

Stay protected while searching and surfing the Web. Never worry about suspicious websites again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Lavasoft",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "128": "img/icon_128.png"
    },
    "default_title": "__MSG_extName__"
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/browserDom.js"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "incognito": "split",
  "manifest_version": 3,
  "minimum_chrome_version": "121",
  "name": "__MSG_extName__",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "__MSG_extName__",
  "version": "2.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}