aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-16 14:08:45 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-16 14:22:19 -0500
commitcc989f44113e7961ae0ebdd8b780a636a646f5c3 (patch)
treefa2cbad80fffdad969f4901b9dcc036e942ee695 /ext/manifest.json
parent6df5220e0249fa06865034a44c690f7c640a38ed (diff)
Add "match_about_blank": true to manifest
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json1
1 files changed, 1 insertions, 0 deletions
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",