Cloud VPN - proxy vpn service

Cloud VPN - proxy vpn service

The easy to use Cloud VPN means unlimited traffic at high speed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appname__",
  "version": "1.2",
  "description": "__MSG_appdesc__",
  "default_locale": "ru",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16gray.png"
    },
    "default_title": "CloudVPN",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}