chrome-extension-twitter-tw.../manifest.json
2019-08-19 21:21:22 +01:00

13 lines
228 B
JSON

{
"manifest_version": 2,
"name": "Twitter Tweaks",
"version": "0.1.1",
"description": "Tweaks for the new Twitter UI",
"content_scripts": [{
"css": ["styles.css"],
"matches": ["https://twitter.com/*"]
}]
}