Add manifest.json
This commit is contained in:
commit
efba9e0fbe
12
manifest.json
Normal file
12
manifest.json
Normal 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/*"]
|
||||
}]
|
||||
}
|
Loading…
Reference in a new issue