diff --git a/chrome-extension/public/manifest.json b/chrome-extension/public/manifest.json index 34b9043..4caae81 100644 --- a/chrome-extension/public/manifest.json +++ b/chrome-extension/public/manifest.json @@ -15,16 +15,6 @@ } ], "background": {}, - "web_accessible_resources": [ - { - "resources": ["text-emb-worker.js"], - "matches": ["https://makersuite.google.com/*"] - }, - { - "resources": ["worker_proxy.html"], - "matches": ["*://*/*"] - } - ], "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png",