VPN Residential Solutions - ViperSocks

VPN Residential Solutions - ViperSocks

ViperSocks - The Best VPN Residential Solutions App for MacOS, Android, Windows, iOS and your Internet security by unblocking the geographical restrictions on Facebook, VKontakte, Youtube, Netflix, Hulu, Spotify, Amazon, eBay, and any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_name__",
  "version": "2.6.1",
  "description": "__MSG_description__",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "data/img/icon16.png",
    "48": "data/img/icon48.png",
    "128": "data/img/icon128.png"
  },
  "browser_action": {
    "default_title": "__MSG_app_name__",
    "default_popup": "./data/popup/popup.html",
    "default_icon": {
      "19": "./data/img/19/icons/off.png",
      "38": "./data/img/38/icons/off.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "geoinit.js",
        "canvinit.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "notifications",
    "tabs",
    "proxy",
    "storage",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "management",
    "privacy",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./lib/MD5.js",
      "./lib/Preferences.js",
      "./lib/ProxyManager.js",
      "./lib/ServerAPI.js",
      "./lib/UserAgentList.js",
      "./lib/GeoLocation.js",
      "./lib/GetCanvas.js",
      "./index.js"
    ]
  },
  "default_locale": "en"
}