Steam tags for Humble Bundle

Steam tags for Humble Bundle

Show your library and wishlist games from Steam on Humble Bundle pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Steam tags for Humble Bundle",
  "version": "3.0",
  "description": "Show your library and wishlist games from Steam on Humble Bundle pages.",
  "icons": {
    "128": "assets/icon.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-971cff2c.js"
      ],
      "matches": [
        "https://*.humblebundle.com/membership/*",
        "https://*.humblebundle.com/games/*",
        "https://*.humblebundle.com/software/*",
        "https://*.humblebundle.com/home/keys*",
        "https://*.humblebundle.com/home/library*",
        "https://*.humblebundle.com/store*"
      ],
      "css": [
        "assets/Input-09f5ab5e.css",
        "assets/main-913dc319.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://store.steampowered.com/dynamicstore/userdata/",
    "https://api.steampowered.com/ISteamApps/GetAppList/v2/",
    "https://humble-steam-sync.haaxor1689.dev/api/"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.humblebundle.com/*",
        "https://*.humblebundle.com/*",
        "https://*.humblebundle.com/*",
        "https://*.humblebundle.com/*",
        "https://*.humblebundle.com/*",
        "https://*.humblebundle.com/*"
      ],
      "resources": [
        "assets/Input-7ea3dce0.js",
        "assets/helpers-3a8371e7.js",
        "assets/main.tsx-f6dd0cda.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{786b395b-16f4-43a0-ad5c-8fecbe747a1e}"
    }
  }
}