diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-16 14:08:45 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-16 14:22:19 -0500 |
commit | cc989f44113e7961ae0ebdd8b780a636a646f5c3 (patch) | |
tree | fa2cbad80fffdad969f4901b9dcc036e942ee695 /ext | |
parent | 6df5220e0249fa06865034a44c690f7c640a38ed (diff) |
Add "match_about_blank": true to manifest
Diffstat (limited to 'ext')
-rw-r--r-- | ext/manifest.json | 1 |
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", |