My IP Hider VPN

My IP Hider VPN

My IP Hider VPN is number one tool for hiding your IP and unblocking any web site! If your Firefox version is less then 55 please install older My IP Hider VPN from "Version History" (https://goo.gl/7ZQQjZ)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_name__",
  "version": "11.5.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"
    }
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "management",
    "privacy",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./lib/Preferences.js",
      "./lib/ProxyManager.js",
      "./lib/ServerAPI.js",
      "./lib/UserAgentList.js",
      "./index.js"
    ]
  },
  "default_locale": "en"
}