RusVPN - Free VPN

RusVPN - Free VPN

RusVPN - Free VPN Proxy service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RusVPN - Free VPN Proxy service",
  "version": "1.6.48",
  "description": "RusVPN - Free VPN Proxy service",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "<all_urls>",
    "https://rvpn-api.ws/*",
    "https://*.rusvpn.com/*",
    "https://*.rvpn.ws/*",
    "http://*.rvpn.ws/*",
    "cookies",
    "management",
    "notifications",
    "proxy",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "RusVPN",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/icon-48.png"
  ],
  "applications": {
    "gecko": {
      "id": "{802a5f9b-f6a9-4b02-9700-b30390c3279b}",
      "strict_min_version": "57.0"
    }
  },
  "gcm_sender_id": "984171167481"
}