You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
619 B
30 lines
619 B
5 years ago
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Jonathans Overrides",
|
||
|
"version": "1.0",
|
||
|
"description": "Adds my style and script overides to sites",
|
||
|
"applications": {
|
||
|
"gecko": {
|
||
|
"id": "overides@jonathanh.co.uk"
|
||
|
}
|
||
|
},
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["*://wiki.archlinux.org/*"],
|
||
|
"css": [ "css/archwiki.css" ]
|
||
|
},
|
||
|
{
|
||
|
"matches": ["*://*.amazon.com/*","*://*.amazon.co.uk/*"],
|
||
|
"css": [ "css/amazon.css" ]
|
||
|
},
|
||
|
{
|
||
|
"matches": ["*://*.duckduckgo.com/*","*://*.duckduckgo.co.uk/*"],
|
||
|
"css": [ "css/duckduckgo.css" ]
|
||
|
},
|
||
|
{
|
||
|
"matches": ["*://*.reddit.com/*"],
|
||
|
"css": [ "css/reddit.css" ]
|
||
|
}
|
||
|
]
|
||
|
}
|