injections/manifest.json

18 lines
453 B
JSON
Raw Normal View History

2021-06-07 12:28:40 +10:00
{
2021-06-07 15:27:59 +10:00
"manifest_version": 2,
"name": "injections",
"version": "0.2",
2021-06-07 12:28:40 +10:00
2021-06-07 15:27:59 +10:00
"description": "misc CSS injections.",
2021-06-07 12:28:40 +10:00
2021-06-07 15:27:59 +10:00
"content_scripts": [{
"matches": ["*://news.ycombinator.com/*"],
"css": ["styles/news.ycombinator.com.css"]
}],
"browser_specific_settings": {
"gecko": {
"update_url": "https://raw.githubusercontent.com/italicsjenga/injections/master/updates.json"
}
2021-06-07 12:28:40 +10:00
}
}