add a page action with an icon from boxicons

Icons are free under CC 4.0 Attribution https://creativecommons.org/licenses/by/4.0/
This commit is contained in:
Jack Case
2025-10-16 19:02:06 +00:00
parent 133695ec78
commit 23fe3fa66e
2 changed files with 5 additions and 0 deletions

BIN
icons/virus-slash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -5,6 +5,11 @@
"description": "Crowd-source AI slop pages and domains", "description": "Crowd-source AI slop pages and domains",
"page_action": {
"default_icon": "icons/virus-slash.png",
"default_title": "report slop"
},
"background": { "background": {
"scripts": ["scripts/report-slop.js"], "scripts": ["scripts/report-slop.js"],
"persistent": false, "persistent": false,