Allow content script to run on about:blank
This commit is contained in:
parent
2299793767
commit
1410ec2dff
|
@ -41,6 +41,7 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"match_about_blank": true,
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*",
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"match_about_blank": true,
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*",
|
||||
|
|
Loading…
Reference in a new issue