Skip to content

Commit c5d363b

Browse files
authored
fix wrong background script path
1 parent ef732d4 commit c5d363b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"128": "images/icon-128.png"
2222
},
2323
"background": {
24-
"service_worker": "background.js",
24+
"service_worker": "background/index.js",
2525
"type": "module"
2626
}
2727
}

0 commit comments

Comments
 (0)