|
33 | 33 | "run_at": "document_start",
|
34 | 34 | "world": "ISOLATED",
|
35 | 35 | "match_origin_as_fallback": true,
|
36 |
| - "match_about_blank": true |
| 36 | + "match_about_blank": true, |
| 37 | + "all_frames": true |
37 | 38 | },
|
38 | 39 | {
|
39 | 40 | "matches": ["<all_urls>"],
|
|
44 | 45 | "run_at": "document_start",
|
45 | 46 | "world": "MAIN",
|
46 | 47 | "match_origin_as_fallback": true,
|
47 |
| - "match_about_blank": true |
| 48 | + "match_about_blank": true, |
| 49 | + "all_frames": true |
48 | 50 | },
|
49 | 51 | {
|
50 | 52 | "matches": ["<all_urls>"],
|
51 | 53 | "js": ["scripts/content-scripts/document_idle.js"],
|
52 | 54 | "run_at": "document_idle",
|
53 | 55 | "world": "MAIN",
|
54 | 56 | "match_origin_as_fallback": true,
|
55 |
| - "match_about_blank": true |
| 57 | + "match_about_blank": true, |
| 58 | + "all_frames": true |
56 | 59 | },
|
57 | 60 | {
|
58 | 61 | "matches": ["<all_urls>"],
|
59 | 62 | "js": ["scripts/content-scripts/document_end.js"],
|
60 | 63 | "run_at": "document_end",
|
61 | 64 | "world": "MAIN",
|
62 | 65 | "match_origin_as_fallback": true,
|
63 |
| - "match_about_blank": true |
| 66 | + "match_about_blank": true, |
| 67 | + "all_frames": true |
64 | 68 | }
|
65 | 69 | ],
|
66 | 70 | "web_accessible_resources": [
|
|
0 commit comments