Substratum Proxy Toggle

Substratum Proxy Toggle

Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Substratum Proxy Toggle",
  "description": "Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!",
  "version": "0.0.2",
  "homepage_url": "https://subnodes.io",
  "background": {
    "persistent": true,
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/icon.png"
  },
  "icons": {
    "128": "assets/icon.png"
  },
  "incognito": "spanning",
  "permissions": [
    "proxy",
    "storage"
  ],
  "web_accessible_resources": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}