StackOverflow Tweaks Tool

StackOverflow Tweaks Tool

A tool to tweak the StackOverflow UI and boost your productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "StackOverflow Tweaks Tool",
  "description": "A tool to tweak the StackOverflow UI and boost your productivity.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/StackOverlowTweaksTool_16.png",
    "48": "icons/StackOverlowTweaksTool_48.png",
    "128": "icons/StackOverlowTweaksTool_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/bulb.svg",
        "icons/stackOverflowBulb.svg"
      ],
      "matches": [
        "https://stackoverflow.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "*://stackoverflow.com/questions/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}