Ivacy VPN - Best Free VPN to Unblock Websites

Ivacy VPN - Best Free VPN to Unblock Websites

Best Free VPN for Chrome Extension - Unblock websites, Streaming videos & download anonymously via our top-rated global servers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "2.8.0",
  "author": "__MSG_extAuthorName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "assets/images/icon_16x16.png",
    "48": "assets/images/icon_48x48.png",
    "64": "assets/images/icon_64x64.png",
    "128": "assets/images/icon_128x128.png"
  },
  "background": {
    "page": "ui/background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/images/icon_19x19.png",
      "38": "assets/images/icon_38x38.png"
    },
    "default_title": "__MSG_extShortName__",
    "default_popup": "ui/popup/template.html"
  },
  "incognito": "spanning",
  "permissions": [
    "tabs",
    "<all_urls>",
    "privacy",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "proxy",
    "storage",
    "cookies",
    "management",
    "notifications"
  ]
}