From 9daf2508e73178ab8c0c58c6bf2ffaf54745dfff Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 26 Sep 2018 13:29:34 +0200 Subject: Fixed to include SO --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }] } -- cgit v1.2.3