ProxyCheck

ProxyCheck

Provides an easy, instantly accessible method of determining if you are behind a 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": "ProxyCheck",
  "description": "Provides an easy, instantly accessible method of determining if you are behind a proxy.",
  "version": "1.2",
  "homepage_url": "http://cyanoryx.com",
  "browser_action": {
    "default_icon": "assets/icon_off.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ]
}