Examine source code of Simply delete Standardforum

Inspect and view changes in Simply delete Standardforum 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": "Simply delete Standardforum",
  "version": "1.0",
  "description": "Simply deletes the forum found on derstandard.at known as Standardforum.",
  "icons": {
    "48": "icons/simply-delete-standardforum-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.derstandard.at/*"
      ],
      "js": [
        "simply-delete-standardforum.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42d866d1-8929-41d3-9f95-53eafca90b1d}"
    }
  }
}