diff options
| author | Stephen Blott | 2016-12-21 04:48:23 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-12-21 04:49:59 +0000 |
| commit | dfbd68dd4462181be2e4d61ed255adaee5d39311 (patch) | |
| tree | 8292689bd44de55f9626538c7f443766feed399a | |
| parent | 9225b2a1b9baa96ca94c2fa23e4a293478223c7e (diff) | |
| download | vimium-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.json | 3 |
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:///*/"], |
