included-with-xbox-game-pass

included-with-xbox-game-pass

A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "included-with-xbox-game-pass",
  "version": "0.9.1",
  "description": "A browser extension that adds the mention \"included / not included with Xbox Game Pass\" on Steam's store page.",
  "permissions": [
    "storage",
    "https://xgp.community/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://store.steampowered.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  }
}