Hotplate localhost SOCKS proxy setup

Hotplate localhost SOCKS proxy setup

Configure a localhost SOCKS proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hotplate localhost SOCKS proxy setup",
  "description": "Configure a localhost SOCKS proxy",
  "homepage_url": "https://hotplatesocksproxy.sova.st/",
  "author": "Hotplate Labs",
  "version": "2",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "proxy",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}