Examine source code of Proxy-toggle

Inspect and view changes in Proxy-toggle source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Toggles between proxy manual settings and none",
  "manifest_version": 2,
  "name": "Proxy-toggle",
  "version": "1.2resigned1",
  "permissions": [
    "proxy"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "philip.linghammar@gmail.com"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/page-16.png"
    }
  }
}