This disables form filling in iframes.
---
manifest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifest.json b/manifest.json
index bda67c1..6dadad4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -23,7 +23,7 @@
"content/content.js"
],
"run_at": "document_idle",
- "all_frames": true
+ "all_frames": false
}
],
"background": {
--
2.36.2