diff options
| -rw-r--r-- | manifest.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/manifest.json b/manifest.json index 99333549..7b2b9dd8 100644 --- a/manifest.json +++ b/manifest.json @@ -73,7 +73,8 @@        "matches": ["<all_urls>"],        "js": ["content_scripts/injected.js"],        "run_at": "document_start", -      "all_frames": true +      "all_frames": true, +      "match_about_blank": true      },      {        "matches": ["file:///", "file:///*/"], | 
