Skip to content

Commit

Permalink
fix(apline): filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakibul-islam committed Dec 20, 2023
1 parent 83181c7 commit 468643a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-alpine-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export default defineManifest({
options_page: 'options.html',
devtools_page: 'devtools.html',
background: {
service_worker: 'src/background/index.ts',
service_worker: 'src/background/index.js',
type: 'module',
},
content_scripts: [
{
matches: ['http://*/*', 'https://*/*'],
js: ['src/contentScript/index.ts'],
js: ['src/contentScript/index.js'],
},
],
side_panel: {
Expand Down

0 comments on commit 468643a

Please sign in to comment.