From cc989f44113e7961ae0ebdd8b780a636a646f5c3 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 16 Feb 2020 14:08:45 -0500 Subject: [PATCH] Add "match_about_blank": true to manifest --- ext/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/manifest.json b/ext/manifest.json index 79097674..68a8adb4 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -31,6 +31,7 @@ "fg/js/frontend-initialize.js" ], "css": ["fg/css/client.css"], + "match_about_blank": true, "all_frames": true }], "minimum_chrome_version": "57.0.0.0",