2021-06-07 12:28:40 +10:00
|
|
|
{
|
2021-06-07 15:27:59 +10:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "injections",
|
2021-06-28 17:19:34 +10:00
|
|
|
"version": "1.6",
|
2021-06-07 15:27:59 +10:00
|
|
|
"description": "misc CSS injections.",
|
2021-06-07 15:43:35 +10:00
|
|
|
"icons": {
|
|
|
|
"48": "icons/icon48.png",
|
|
|
|
"96": "icons/icon96.png"
|
|
|
|
},
|
2021-06-07 15:27:59 +10:00
|
|
|
"content_scripts": [{
|
2021-06-07 16:24:33 +10:00
|
|
|
"matches": [
|
|
|
|
"*://news.ycombinator.com/*"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"styles/news.ycombinator.com.css"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"*://*.google.com/search?*"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"styles/google.com.css"
|
|
|
|
]
|
2021-06-10 19:45:45 +10:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"*://*.wikipedia.org/wiki/*"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"styles/wikipedia.org.css"
|
|
|
|
]
|
2021-06-07 16:24:33 +10:00
|
|
|
}
|
|
|
|
],
|
2021-06-07 15:27:59 +10:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"update_url": "https://raw.githubusercontent.com/italicsjenga/injections/master/updates.json"
|
|
|
|
}
|
2021-06-07 12:28:40 +10:00
|
|
|
}
|
|
|
|
}
|