Skip to content

Commit

Permalink
feat: web-ext config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassterud committed Mar 21, 2021
1 parent 45f9e67 commit 0db36e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Musescore Downloader",
"description": "Download PDFs from Musescore.",
"author": "Jonas Sterud",
"version": "2.0.0",
"version": "2.0.1",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
Expand Down
12 changes: 12 additions & 0 deletions web-ext-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
verbose: true,
ignoreFiles: [
".gitignore",
"README.md",
".web-extension-id",
"web-ext-config.js"
],
build: {
overwriteDest: true
}
};

0 comments on commit 0db36e5

Please sign in to comment.