diff options
| author | Stephen Blott | 2016-12-21 05:10:22 +0000 | 
|---|---|---|
| committer | GitHub | 2016-12-21 05:10:22 +0000 | 
| commit | 42a1f3ddecfaaab730dca16ce68188c0b81b2ac5 (patch) | |
| tree | 39fe1247f5e41f9b2c8ff56fbaffc8e92cbe1d48 | |
| parent | 320f433afb53cc774b175dab0f6a1ad7a47d60f9 (diff) | |
| parent | dfbd68dd4462181be2e4d61ed255adaee5d39311 (diff) | |
| download | vimium-42a1f3ddecfaaab730dca16ce68188c0b81b2ac5.tar.bz2 | |
Merge pull request #2379 from smblott-github/match-about-blank
Add match-about-blank permission.
| -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:///*/"],  | 
