Better Steamcommunity Background

Better Steamcommunity Background

BSB Changes the background of steamcommunity.com to my Cat Danny (Profile-backgrounds are not affected by this change)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Better Steamcommunity Background",
  "description": "BSB Changes the background of steamcommunity.com to my Cat Danny (Profile-backgrounds are not affected by this change)",
  "author": "RexJUSTIN1337",
  "version": "1.0.2",
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}