diff --git a/agrifine-extension/manifest.json b/agrifine-extension/manifest.json index a24c3d3..54b3235 100644 --- a/agrifine-extension/manifest.json +++ b/agrifine-extension/manifest.json @@ -14,18 +14,18 @@ "" ], "background": { - "service_worker": "dist/background.js", + "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [""], - "js": ["dist/content.js"], + "js": ["content.js"], "run_at": "document_idle" } ], "side_panel": { - "default_path": "dist/sidebar.html" + "default_path": "sidebar.html" }, "action": { "default_title": "Open Agrifine",