Trust.Zone VPN Proxy

Trust.Zone VPN Proxy

Trust.Zone - truly anonymous VPN and Proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appname__",
  "short_name": "__MSG_appshortname__",
  "version": "1.0.12",
  "description": "__MSG_appdesc__",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png"
    },
    "default_title": "Trust.Zone VPN Proxy",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://trust.zone/*",
    "storage",
    "proxy",
    "privacy",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}