Examine source code of Humble Bundle Choice Steam Links

Inspect and view changes in Humble Bundle Choice Steam Links 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": 3,
  "name": "Humble Bundle Choice Steam Links",
  "version": "1.1",
  "description": "Adds links to the Steam games available for choice members",
  "content_scripts": [
    {
      "js": [
        "contentscript-loader-content-DtUlE8Tq.js"
      ],
      "matches": [
        "https://www.humblebundle.com/membership/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{314099b2-18d2-4164-8aa0-3fe3216d6a9e}",
      "strict_min_version": "109.0"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/content-DtUlE8Tq.js"
      ],
      "use_dynamic_url": true
    }
  ]
}