summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-09-23 10:51:49 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-09-23 10:51:49 +0200
commit99457bf19540c60fe617eca620cc28e38295be42 (patch)
treee813781bd29428c38de73661f8ceb3cd17cf1571 /manifest.json
Initial commit, added code copied from SE
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..a56493c
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,9 @@
+{
+ "manifest_version": 2,
+ "name": "Stack exchange styles",
+ "version": "0.1",
+ "content_scripts": [{
+ "matches": ["*://meta.stackexchange.com/*", "*://stackoverflow.com/*"],
+ "css": ["style.css"]
+ }]
+}