fix: correct manifest paths for dist/ load context

This commit is contained in:
Claude 2026-06-27 03:50:57 +00:00
parent 17e2ab8f1a
commit 86775eacbd
No known key found for this signature in database

View file

@ -14,18 +14,18 @@
"<all_urls>"
],
"background": {
"service_worker": "dist/background.js",
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"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",