Free VPN -secure Vpn proxy

Free VPN -secure Vpn proxy

VPN extension for Google Chrome-unblock browser restriction!Recomended proxy protect,encrypt connection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "options_page": "options.html",
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon_disconncted16.png"
    },
    "default_popup": "popup.html",
    "default_title": "Free VPN -secure Vpn proxy"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "VPN extension for Google Chrome-unblock browser restriction!Recomended proxy protect,encrypt connection",
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "name": "Free VPN -secure Vpn proxy",
  "optional_permissions": [
    "management"
  ],
  "permissions": [
    "storage",
    "proxy",
    "tabs"
  ],
  "host_permissions": [
    "http://*.ninjavpn.io/"
  ],
  "version": "1.6",
  "minimum_chrome_version": "88"
}