BelkaVPN is VPN, Proxy to Unblock any sites

BelkaVPN is VPN, Proxy to Unblock any sites

Access restricted content worldwide

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__",
  "short_name": "__MSG_shortAppName__",
  "description": "__MSG_appDesc__",
  "version": "18",
  "offline_enabled": false,
  "homepage_url": "https://www.belkavpn.com",
  "minimum_chrome_version": "18",
  "browser_action": {
    "default_icon": "./img/bw_ic_launcher_round.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "https://www.belkavpn.com/*",
    "https://www.google.com/*",
    "storage",
    "proxy",
    "cookies",
    "privacy"
  ],
  "icons": {
    "16": "./img/ic_launcher_round.png",
    "32": "./img/ic_launcher.png",
    "48": "./img/[email protected]",
    "128": "./img/[email protected]"
  },
  "default_locale": "en",
  "content_security_policy": "script-src 'self'; object-src 'self'"
}