HumbleBundleLibrarySteamView

HumbleBundleLibrarySteamView

Adds game information of Steam games in the Humble Bundle library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "HumbleLibrarySteamView",
  "version": "1.2",
  "description": "Adds game information of Steam games in the Humble Bundle library.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.humblebundle.com/home/library*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "steamAppInfo.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "http://api.steampowered.com/",
    "https://api.steampowered.com/",
    "https://store.steampowered.com/",
    "https://cdn.akamai.steamstatic.com/",
    "http://cdn.akamai.steamstatic.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d4677f7f-f869-4506-9e0c-f2054532760c}"
    }
  }
}