mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-23 00:51:31 +11:00
32 lines
814 B
JSON
32 lines
814 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "injections",
|
|
"version": "1.8",
|
|
"description": "misc CSS injections.",
|
|
"icons": {
|
|
"48": "icons/icon48.png",
|
|
"96": "icons/icon96.png"
|
|
},
|
|
"content_scripts": [{
|
|
"matches": [
|
|
"*://news.ycombinator.com/*"
|
|
],
|
|
"css": [
|
|
"styles/news.ycombinator.com.css"
|
|
]
|
|
},
|
|
{
|
|
"matches": [
|
|
"*://*.wikipedia.org/wiki/*"
|
|
],
|
|
"css": [
|
|
"styles/wikipedia.org.css"
|
|
]
|
|
}
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"update_url": "https://raw.githubusercontent.com/italicsjenga/injections/master/updates.json"
|
|
}
|
|
}
|
|
} |