From 40be1c528d4f79547c37580d6fa92285d41aa08f Mon Sep 17 00:00:00 2001 From: jacobcolbert Date: Thu, 18 Apr 2019 22:38:02 -0400 Subject: [PATCH] Match on about:blank pages and iframes (Fix #448) (#453) * Match on about:blank pages and iframes (Fix #448) --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 402f459..9923b43 100755 --- a/manifest.json +++ b/manifest.json @@ -23,6 +23,7 @@ "content_scripts": [{ "all_frames": true, "matches": [ "http://*/*", "https://*/*", "file:///*" ], + "match_about_blank": true, "exclude_matches": [ "https://plus.google.com/hangouts/*", "https://hangouts.google.com/*",