BelkaVPN is VPN, Proxy to Unblock any sites

BelkaVPN is VPN, Proxy to Unblock any sites

anonymous proxy, belkavpn, blocked, free proxy, free vpn, proxy, proxy server, unblocked vpn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "DigiApp Ltd.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "20": "./img/bw_ic_launcher_round.png",
      "25": "./img/bw_ic_launcher_round.png",
      "30": "./img/ic_launcher.png",
      "40": "./img/[email protected]"
    }
  },
  "browser_specific_settings": {
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.belkavpn.com",
  "icons": {
    "16": "./img/ic_launcher_round.png",
    "32": "./img/ic_launcher.png",
    "48": "./img/[email protected]",
    "128": "./img/[email protected]"
  },
  "manifest_version": 2,
  "minimum_edge_version": "33.14281.1000.0",
  "name": "__MSG_appName__",
  "offline_enabled": false,
  "permissions": [
    "https://www.belkavpn.com/*",
    "https://www.google.com/*",
    "storage",
    "proxy",
    "cookies",
    "privacy"
  ],
  "short_name": "__MSG_shortAppName__",
  "version": "18",
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}