diff options
| -rw-r--r-- | manifest.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifest.json b/manifest.json index b3fc97a..c4c224f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@      "name": "Stack exchange styles",      "version": "0.1",      "content_scripts": [{ -        "matches": ["*://*.stackexchange.com/*"], +        "matches": ["*://*.stackexchange.com/*", "*://*.stackoverflow.com/*"],          "css": ["style.css"]      }]  } | 
