check navigated page for slop

This commit is contained in:
Jack Case
2025-10-16 18:48:34 -04:00
parent ccd9a0ec87
commit f3108cf6c6
2 changed files with 16 additions and 3 deletions

View File

@@ -5,9 +5,16 @@
"description": "Crowd-source AI slop pages and domains",
"permissions": [
"activeTab",
"storage",
"webNavigation"
],
"page_action": {
"default_icon": "icons/virus-slash.png",
"default_title": "report slop"
"default_title": "report slop",
"show_matches": ["<all_urls>"]
},
"background": {