Skip to content

Commit

Permalink
chore: firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
anc95 committed Jun 14, 2023
1 parent 3f417c4 commit 662a763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"all_frames": true
}
],
"host_permissions": [
"https://*.miao-ya.com/"
],
"background": {
"scripts": [
"dist/background/index.js"
Expand Down
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
splitting: false,
sourcemap: false,
clean: true,
minify: true,
define: {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
},
Expand Down

0 comments on commit 662a763

Please sign in to comment.