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