Stels VPN - Free & Secure proxy

Stels VPN - Free & Secure proxy

Free and secured vpn connection with a wide choice of GEO. It’s an unlimited vpn proxy service to change ip address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/static/32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "32": "assets/static/32.png",
    "64": "assets/static/64.png",
    "128": "assets/static/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "proxy",
    "storage"
  ],
  "version": "0.0.3",
  "web_accessible_resources": [
    "assets/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}