This commit is contained in:
Alex Janka 2021-06-07 15:43:35 +10:00
parent 51e3161886
commit 9874475896
4 changed files with 5 additions and 0 deletions

BIN
icons/icon192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
icons/icon48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
icons/icon96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -5,6 +5,11 @@
"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"]