commit efba9e0fbecbcfc6d13df3f0001af2d0c0d3b738 Author: Oliver Davies Date: Tue Aug 13 19:33:11 2019 +0100 Add 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/*"] + }] +}