San Proxy

San Proxy

San Proxy - A Chromium Based Extension for using Socks 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": "San Proxy",
  "description": "San Proxy - A Chromium Based Extension for using Socks Proxy.",
  "version": "0.3",
  "icons": {
    "16": "images/Icon-16.png",
    "48": "images/Icon-48.png",
    "128": "images/Icon-128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/proxy.js",
      "js/storage.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/Icon-16.png",
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "short_name": "San Proxy",
  "homepage_url": "https://sanweb.info"
}