Allow content script to run on about:blank

This commit is contained in:
sienori 2020-05-02 14:48:58 +09:00
parent 2299793767
commit 1410ec2dff
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*",

View file

@ -46,6 +46,7 @@
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*",