summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-09-26 13:29:34 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-09-26 13:29:34 +0200
commit9daf2508e73178ab8c0c58c6bf2ffaf54745dfff (patch)
treedfd468e96cccc5593823bcb15dd5c7388c917639
parent6a719a8058f31920267ec952fd3a8abe27cb5cf0 (diff)
Fixed to include SOHEADmaster
-rw-r--r--manifest.json2
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"]
}]
}