Steam Booster Packs Profit Finder

Steam Booster Packs Profit Finder

Profitably exchange your gems for booster packs from your collection of games

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steam Booster Packs Profit Finder",
  "default_locale": "en",
  "description": "__MSG_description__",
  "version": "2.1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_title": "Open page booster pack creator"
  },
  "short_name": "Steam Booster Packs Profit Finder",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/tradingcards/boostercreator/*"
      ],
      "run_at": "document_idle",
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}