Examine source code of Experter är idioter

Inspect and view changes in Experter är idioter 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
{
  "manifest_version": 2,
  "name": "Experter är idioter",
  "version": "1.1.2resigned1",
  "description": "Byter ut experter mot idioter",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "idioter.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5928127e-9c1c-4b4c-aa24-9ce06eda4c5d}"
    }
  }
}