summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-09-25 09:45:29 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-09-25 09:45:29 +0200
commit6a719a8058f31920267ec952fd3a8abe27cb5cf0 (patch)
treea71c966dfc3d53fc18def8f5dd1d04d4d78b5dfd /manifest.json
parent99457bf19540c60fe617eca620cc28e38295be42 (diff)
Changed so that all SE sites are affected
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index a56493c..b3fc97a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"name": "Stack exchange styles",
"version": "0.1",
"content_scripts": [{
- "matches": ["*://meta.stackexchange.com/*", "*://stackoverflow.com/*"],
+ "matches": ["*://*.stackexchange.com/*"],
"css": ["style.css"]
}]
}