add light/dark icons
This commit is contained in:
BIN
icons/virus_black_16.png
Normal file
BIN
icons/virus_black_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
BIN
icons/virus_black_32.png
Normal file
BIN
icons/virus_black_32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 600 B |
BIN
icons/virus_black_64.png
Normal file
BIN
icons/virus_black_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/virus_white_16.png
Normal file
BIN
icons/virus_white_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 393 B |
BIN
icons/virus_white_32.png
Normal file
BIN
icons/virus_white_32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 656 B |
BIN
icons/virus_white_64.png
Normal file
BIN
icons/virus_white_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Slop Farmer",
|
"name": "Slop Farmer",
|
||||||
"version": "0.3",
|
"version": "0.4",
|
||||||
|
|
||||||
"author": "Jack Case",
|
"author": "Jack Case",
|
||||||
"description": "Crowd-source AI slop pages and domains",
|
"description": "Crowd-source AI slop pages and domains",
|
||||||
@@ -18,7 +18,20 @@
|
|||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/virus-slash.png",
|
"default_icon": "icons/virus-slash.png",
|
||||||
"default_title": "Slop Farmer",
|
"default_title": "Slop Farmer",
|
||||||
"default_popup": "pages/action_popup.html"
|
"default_popup": "pages/action_popup.html",
|
||||||
|
"default_area": "navbar",
|
||||||
|
"theme_icons": [
|
||||||
|
{
|
||||||
|
"dark": "icons/virus_white_16.png",
|
||||||
|
"light": "icons/virus_black_16.png",
|
||||||
|
"size": 16
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dark": "icons/virus_white_32.png",
|
||||||
|
"light": "icons/virus_black_32.png",
|
||||||
|
"size": 32
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
|
|||||||
Reference in New Issue
Block a user