move background scripts to a dedicated folder, but move actions outside
This commit is contained in:
parent
0df989512c
commit
ea6dd9be93
8 changed files with 133 additions and 136 deletions
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
|
||||
"background": {
|
||||
"service_worker": "scripts/shopAI.js", "type": "module"
|
||||
"service_worker": "scripts/background/shopAI.js", "type": "module"
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue