move background scripts to a dedicated folder, but move actions outside

This commit is contained in:
buzz-lightsnack-2007 2024-04-24 16:34:12 +08:00
parent 0df989512c
commit ea6dd9be93
8 changed files with 133 additions and 136 deletions

View file

@ -16,7 +16,7 @@
},
"background": {
"service_worker": "scripts/shopAI.js", "type": "module"
"service_worker": "scripts/background/shopAI.js", "type": "module"
},
"content_scripts": [