From 14f755cecdd548ba9fb82a04d3b708c75982a786 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 15 Dec 2017 12:44:42 +0000 Subject: Fix #2871. This omission was causing link hints not to work on Google's Inbox (and presumably elsewhere, too). --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 99333549..7b2b9dd8 100644 --- a/manifest.json +++ b/manifest.json @@ -73,7 +73,8 @@ "matches": [""], "js": ["content_scripts/injected.js"], "run_at": "document_start", - "all_frames": true + "all_frames": true, + "match_about_blank": true }, { "matches": ["file:///", "file:///*/"], -- cgit v1.2.3