Push VPN - Unlimited Proxy

Push VPN - Unlimited Proxy

Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Push VPN - Unlimited Proxy",
  "author": "PushVPN",
  "version": "1.4.1",
  "description": "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.",
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "privacy",
    "<all_urls>",
    "storage",
    "idle",
    "notifications",
    "tabs"
  ],
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  }
}