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