Free VPN Proxy and ad blocker - Planet VPN

Free VPN Proxy and ad blocker - Planet VPN

Get access to any website and block ads with our free VPN proxy extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.14.2",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "cookies",
    "proxy",
    "storage",
    "unlimitedStorage",
    "history",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "privacy",
    "management"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Planet VPN",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "blocked.html",
    "scripts/blocked.js",
    "icons/icon-48.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://freevpnplanet.com/*",
      "*://*.freevpnplanet.com/*"
    ]
  }
}