WeVPN: Fast & Secure VPN Proxy

WeVPN: Fast & Secure VPN Proxy

Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WeVPN: Fast & Secure VPN Proxy",
  "short_name": "WeVpn",
  "description": "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®",
  "version": "1.13.4",
  "icons": {
    "48": "/images/logo_48.png",
    "128": "/images/logo_128.png",
    "256": "/images/logo_256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "/images/icons/grey_16.png",
      "24": "/images/icons/grey_32.png",
      "32": "/images/icons/grey_48.png"
    },
    "default_popup": "/pages/popup/index.html"
  },
  "background": {
    "scripts": [
      "/lib/moment.min.js",
      "/lib/jquery.min.js",
      "/lib/webx.js",
      "/lib/uuid.min.js",
      "/js/api_manager.js",
      "/js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "contentSettings",
    "proxy",
    "management",
    "privacy",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "twitch_adblocker_rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    "/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com 'unsafe-eval' ; object-src 'self'",
  "content_scripts": [
    {
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/location_block.js",
        "/js/contentscript.js",
        "/js/banner_block.js",
        "/js/twitch_adblocker.js"
      ]
    }
  ]
}