Skip to content

Commit

Permalink
fix(App): Migrate to v3 for chrome + Remove background script
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Mar 26, 2024
1 parent 1247b81 commit acbd754
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/app/background.ts

This file was deleted.

9 changes: 2 additions & 7 deletions src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "bandcamp-plus",
"description": "Add multiple features to bandcamp.com",
"version": "3.3.0",
"manifest_version": 2,
"manifest_version": 3,
"icons": {
"512": "assets/bandcamp-plus-icon.png"
},
Expand All @@ -27,10 +27,5 @@
"run_at": "document_start",
"all_frames": false
}
],
"background": {
"scripts": [
"scripts/background.js"
]
}
]
}
7 changes: 1 addition & 6 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@
"run_at": "document_start",
"all_frames": false
}
],
"background": {
"scripts": [
"scripts/background.js"
]
}
]
}
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = (env) => {
devtool: isProduction ? false : 'inline-source-map',
entry: {
'scripts/content': './src/app/content.ts',
'scripts/background': './src/app/background.ts',
},
resolve: {
extensions: ['.ts', '.js'],
Expand Down

0 comments on commit acbd754

Please sign in to comment.