Skin Proxy

Skin Proxy

Chrome Extension for using SkinProxy.com Proxy in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Skin Proxy",
  "description": "Chrome Extension for using SkinProxy.com Proxy in the browser.",
  "version": "0.1",
  "homepage_url": "https://skinproxy.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/orange.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "proxy",
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}