VPN Proxy

VPN Proxy

Free and unlimited VPN service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.4",
  "icons": {
    "128": "sefa/defender.png"
  },
  "background": {
    "scripts": [
      "cambar/pach.js"
    ]
  },
  "browser_action": {
    "default_popup": "uhb.html",
    "default_icon": {
      "128": "sefa/defender.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sefa/tren.js"
      ]
    }
  ],
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>"
  ]
}