13 lines
228 B
JSON
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/*"]
|
|
}]
|
|
}
|