Space VPN - Free & Secure proxy

Space VPN - Free & Secure proxy

100% free and secure VPN service for your browser! It has no time, location switching, speed limit at all.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/libs/jquery.js",
      "js/utils.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-disabled.png",
    "default_popup": "index.html",
    "default_title": "__MSG_appName__"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icons/icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "proxy",
    "notifications",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.7"
}