start on checking slop on search result pages

This commit is contained in:
Jack Case
2025-10-20 15:03:29 +00:00
parent e829a82b29
commit fc8d0218c7
4 changed files with 47 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
"show_matches": ["<all_urls>"]
},
"browser_action": {
"default_icon": "icons/virus-slash.png",
"default_title": "Slop Farmer",
"default_popup": "pages/action_popup.html"
},
"background": {
"scripts": ["scripts/report-slop.js"],
"persistent": false,