VPNCity - Fast & Unlimited VPN | Unblocker

VPNCity - Fast & Unlimited VPN | Unblocker

VPNCity - Fast, Secure & Unlimited VPN | Unblock Sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VPNCity - Fast & Unlimited VPN | Unblocker",
  "description": "VPNCity - Fast, Secure & Unlimited VPN | Unblock Sites",
  "version": "1.0.40",
  "author": "Think Huge Ltd",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "91.1.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/warning.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/q-1.5.1.js",
      "js/jquery-3.3.1.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "privacy",
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "https://www.vpncity.com/",
    "<all_urls>"
  ]
}