BullVPN - VPN Proxy Unlock Website & Security

BullVPN - VPN Proxy Unlock Website & Security

BullVPN - VPN Proxy Access websites blocked in your country or company.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "BullVPN",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "8.0",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "bullvpn-chrome-extension",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_page": "script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com; object-src 'self';style-src 'self' 'unsafe-inline' 'unsafe-eval'"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestAuthProvider",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://*.bullvpn.com/*",
    "https://*.blackbull.news/*",
    "https://*.narutoonline.info/*",
    "<all_urls>"
  ]
}