VPN Satoshi

VPN Satoshi

VPN Satoshi for fast and safe surfing on the Internet.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VPN Satoshi",
  "version": "2.0.5",
  "minimum_chrome_version": "88.0.0",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2AU8Lsp5VXZVyT/lnkQzess62rkOdZ6AKA/CAWkPjJoAichoLQifKJB8YWaIIZ17PUazghOT39oLkZ42QPC7p1yhdDU+kH6JyMyZlD4u7fNYih2gnQr5+p7kshO9zxoqsNMCnZvGwAUOtsHzm3z3u8ourNQ1tqaBy/+KXbFcOSCvT6f8UQi9CCBEYILCxhH6LsNfInaN9dwE1JBIGQVBuSgvHz828xVj6Iijn8IHR/e3Mgx/C7hDRx5sihwAOc3F8K2I4k7+/jRG1mcc7wG/c58L6aOaMdKrFNx2i1f0BGGFRR2mGM7KZgLLRApOEG6/FujVqgo+T3TpVBWcw34haQIDAQAB",
  "oauth2": {
    "client_id": "629875730276-srhc6j4heb40p8v942kdkn00g8tb72nr.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email"
    ]
  },
  "description": "VPN Satoshi for fast and safe surfing on the Internet.",
  "permissions": [
    "proxy",
    "unlimitedStorage",
    "storage",
    "cookies",
    "webRequest",
    "webRequestAuthProvider",
    "identity",
    "privacy",
    "debugger"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://vpnsatoshi.com/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "VPN Satoshi",
    "default_icon": {
      "16": "image/icon16.png",
      "48": "image/icon48.png",
      "128": "image/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "image/icon16.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  }
}