Skip to content

Commit

Permalink
feat(background): Rename main background script to service_worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Aug 21, 2024
1 parent ea1ee52 commit 920175f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"*://cadc.fedcourts.us/"
],
"background": {
"scripts": ["background.js"],
"service_worker": "background.js",
"scripts": ["service_worker.js"],
"service_worker": "service_worker.js",
"type": "module"
},
"content_scripts": [
Expand Down
File renamed without changes.

0 comments on commit 920175f

Please sign in to comment.