SimpleFastVPN - The Best VPN for Chrome

SimpleFastVPN - The Best VPN for Chrome

Unblock any website and stay anonymous. Easy use with one-click setup. Unlimited and completely free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/jquery.min.js",
      "/js/storage.js",
      "/js/app.js",
      "/js/track.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short__",
  "description": "__MSG_desc__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.simplefastvpn.com/*",
    "*://*/*",
    "proxy",
    "storage"
  ],
  "version": "1.6",
  "web_accessible_resources": [
    "img/*"
  ]
}