injections/manifest.json

23 lines
548 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:43:35 +10:00
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
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
}
}