chrome-extension-twitter-tw.../manifest.json

13 lines
228 B
JSON
Raw Permalink Normal View History

2019-08-13 18:33:11 +00:00
{
"manifest_version": 2,
"name": "Twitter Tweaks",
2019-08-19 20:21:22 +00:00
"version": "0.1.1",
2019-08-13 18:33:11 +00:00
"description": "Tweaks for the new Twitter UI",
"content_scripts": [{
"css": ["styles.css"],
"matches": ["https://twitter.com/*"]
}]
}