Humble Bundle Choice Steam Links

Humble Bundle Choice Steam Links

Adds links to the Steam games available for choice members

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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
    }
  ]
}