Add manifest.json

This commit is contained in:
Oliver Davies 2019-08-13 19:33:11 +01:00
commit efba9e0fbe

12
manifest.json Normal file
View file

@ -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/*"]
}]
}