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": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/browsericons/icon19.png",
      "38": "img/browsericons/icon38.png"
    },
    "default_title": "Web Protection"
  },
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "26.0",
  "name": "Adaware Web Protection",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Adaware Web Protection",
  "version": "1.0.9",
  "web_accessible_resources": [
    "img/*",
    "/loading-page.html"
  ]
}