SaferVPN Proxy - Free & Fast Privacy App

SaferVPN Proxy - Free & Fast Privacy App

Great speed and free access to many locations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_APP_NAME__",
  "short_name": "__MSG_APP_SHORT_NAME__",
  "version": "4.0.0",
  "homepage_url": "https://savervpn.com/",
  "description": "__MSG_APP_DESC__",
  "icons": {
    "48": "icons/48-active.png",
    "128": "icons/128-active.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19-noactive.png",
      "38": "icons/38-noactive.png"
    },
    "default_popup": "index.html"
  },
  "permissions": [
    "management",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}