Examine source code of Home Button Fix for Youtube

Inspect and view changes in Home Button Fix for Youtube 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": "Changes the url of the Home Logo to the subscriptions url",
  "manifest_version": 2,
  "name": "Home Button Fix for Youtube",
  "version": "2.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "homeButtonFix.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{abffdee1-b195-481d-ab08-f55ea2c5b7ce}"
    }
  }
}