From efba9e0fbecbcfc6d13df3f0001af2d0c0d3b738 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Aug 2019 19:33:11 +0100 Subject: [PATCH] Add manifest.json --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3a17f6e --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 2, + + "name": "Twitter Tweaks", + "version": "0.1.0", + "description": "Tweaks for the new Twitter UI", + + "content_scripts": [{ + "css": ["styles.css"], + "matches": ["https://twitter.com/*"] + }] +}