HotVPN - Private anonymity VPN and Proxy

HotVPN - Private anonymity VPN and Proxy

Fast & Unlimited VPN for total privacy and security | Disable WebRTC

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "browser_action": {
    "default_title": "__MSG_open_popup__",
    "default_icon": {
      "535": "disabled.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "privacy",
    "proxy",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "description": "__MSG_desc_app__",
  "default_locale": "ru",
  "version": "1.7",
  "icons": {
    "128": "app.png"
  }
}