aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-12-21 04:48:23 +0000
committerStephen Blott2016-12-21 04:49:59 +0000
commitdfbd68dd4462181be2e4d61ed255adaee5d39311 (patch)
tree8292689bd44de55f9626538c7f443766feed399a
parent9225b2a1b9baa96ca94c2fa23e4a293478223c7e (diff)
downloadvimium-dfbd68dd4462181be2e4d61ed255adaee5d39311.tar.bz2
Add match-about-blank permission.
This allows Vimium to run in iframes with `about:blank` URLs. Fixes #2360.
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
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:///*/"],