VPNMatic Free VPN

VPNMatic Free VPN

Unblock websites and stay secure with FreeVPN SSL VPN proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VPNMatic Free VPN",
  "short_name": "VpnMatic",
  "description": "Unblock websites and stay secure with FreeVPN SSL VPN proxy.",
  "version": "1.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "images/off.png",
      "64": "images/off.png",
      "128": "images/off.png"
    },
    "default_popup": "popup.html",
    "default_title": "VpnMatic"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://vpnmatic.com/; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "permissions": [
    "proxy",
    "storage",
    "alarms",
    "notifications"
  ]
}