Stream Payments Nicknamer

Stream Payments Nicknamer

Change your display name in Stream Payments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stream Payments Nicknamer",
  "description": "Change your display name in Stream Payments",
  "version": "1.0.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://streampayments.live/*"
      ],
      "js": [
        "inject_user_name.js"
      ],
      "world": "MAIN"
    }
  ],
  "action": {
    "default_icon": {
      "16": "/images/n16.png",
      "32": "/images/n32.png",
      "48": "/images/n48.png",
      "128": "/images/n128.png"
    }
  }
}