diff --git a/extension/chrome/manifest.json b/extension/chrome/manifest.json index 5931e9f3..71586604 100644 --- a/extension/chrome/manifest.json +++ b/extension/chrome/manifest.json @@ -43,19 +43,20 @@ { "matches": [""], "exclude_globs": ["https://www.google*"], - "js": ["content.bundle.js", "pagewrap.bundle.js"], + "js": ["content.bundle.js"], "run_at": "document_start", "all_frames": true + }, + { + "matches": [""], + "exclude_globs": ["https://www.google*"], + "js": ["page.bundle.js"], + "run_at": "document_start", + "all_frames": true, + "world": "MAIN" } ], "devtools_page": "devtools.html", - "web_accessible_resources": [ - { - "resources": ["page.bundle.js"], - "matches": [""], - "extension_ids": [] - } - ], "externally_connectable": { "ids": ["*"] },