From dfbd68dd4462181be2e4d61ed255adaee5d39311 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 21 Dec 2016 04:48:23 +0000 Subject: Add match-about-blank permission. This allows Vimium to run in iframes with `about:blank` URLs. Fixes #2360. --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a40cd134..86ac301f 100644 --- a/manifest.json +++ b/manifest.json @@ -60,7 +60,8 @@ ], "css": ["content_scripts/vimium.css"], "run_at": "document_start", - "all_frames": true + "all_frames": true, + "match_about_blank": true }, { "matches": ["file:///", "file:///*/"], -- cgit v1.2.3