GFYSC VPN

GFYSC VPN

Unblock any blocked website and stay secure with GFYSC VPN. Easy to use with our one-click activation and Unlimited bandwidth!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GFYSC VPN",
  "description": "Unblock any blocked website and stay secure with GFYSC VPN. Easy to use with our one-click activation and Unlimited bandwidth!",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "version": "0.0.0.6",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "assets/icons/default.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "proxy",
    "<all_urls>"
  ]
}