Skip to content

Commit 7584fd9

Browse files
author
hoang.tran12
committed
remove all frames
1 parent 7b14c32 commit 7584fd9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

manifest.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"run_at": "document_start",
3434
"world": "ISOLATED",
3535
"match_origin_as_fallback": true,
36-
"match_about_blank": true,
37-
"all_frames": true
36+
"match_about_blank": true
3837
},
3938
{
4039
"matches": ["<all_urls>"],
@@ -45,26 +44,23 @@
4544
"run_at": "document_start",
4645
"world": "MAIN",
4746
"match_origin_as_fallback": true,
48-
"match_about_blank": true,
49-
"all_frames": true
47+
"match_about_blank": true
5048
},
5149
{
5250
"matches": ["<all_urls>"],
5351
"js": ["scripts/content-scripts/document_idle.js"],
5452
"run_at": "document_idle",
5553
"world": "MAIN",
5654
"match_origin_as_fallback": true,
57-
"match_about_blank": true,
58-
"all_frames": true
55+
"match_about_blank": true
5956
},
6057
{
6158
"matches": ["<all_urls>"],
6259
"js": ["scripts/content-scripts/document_end.js"],
6360
"run_at": "document_end",
6461
"world": "MAIN",
6562
"match_origin_as_fallback": true,
66-
"match_about_blank": true,
67-
"all_frames": true
63+
"match_about_blank": true
6864
}
6965
],
7066
"web_accessible_resources": [

0 commit comments

Comments
 (0)