Touch VPN - Secure and unlimited VPN proxy

Touch VPN - Secure and unlimited VPN proxy

Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_description__",
  "version": "5.0.24",
  "default_locale": "en",
  "icons": {
    "16": "static/assets/icons/logo/16.png",
    "48": "static/assets/icons/logo/48.png",
    "128": "static/assets/icons/logo/128.png"
  },
  "content_security_policy": "script-src https://cdn.firebase.com https://apis.google.com https://www.gstatic.com 'self'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "management",
    "unlimitedStorage",
    "background",
    "privacy"
  ],
  "browser_action": {
    "default_icon": {
      "19": "static/assets/icons/status/unavailable.png",
      "38": "static/assets/icons/status/unavailable.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "panel/index.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "insertion/insertion.js"
      ],
      "css": [
        "insertion/insertion.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "static/assets/*",
    "static/assets/fonts/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}