diff --git a/icons/virus-slash.png b/icons/virus-slash.png new file mode 100644 index 0000000..5ff309d Binary files /dev/null and b/icons/virus-slash.png differ diff --git a/manifest.json b/manifest.json index ae8d7c1..3d30455 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,11 @@ "description": "Crowd-source AI slop pages and domains", + "page_action": { + "default_icon": "icons/virus-slash.png", + "default_title": "report slop" + }, + "background": { "scripts": ["scripts/report-slop.js"], "persistent": false,