mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-28 11:52:16 +00:00
fix: correct manifest paths for dist/ load context
This commit is contained in:
parent
17e2ab8f1a
commit
86775eacbd
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue