Skip to content

Commit

Permalink
Merge pull request #219 from braxtonhall/tabs
Browse files Browse the repository at this point in the history
Update manifest and webpack for webstore
  • Loading branch information
braxtonhall authored Jan 2, 2023
2 parents 7ce87ce + a03be54 commit 1aa8711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Better LibraryThing",
"version": "1.3.2",
"manifest_version": 3,
"description": "Makes LibraryThing BETTER",
"description": "Improves the LibraryThing cataloging experience",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
Expand All @@ -22,7 +22,6 @@
"content_security_policy": {},
"host_permissions": [
"https://*.librarything.com/*",
"https://*.b-ok.cc/*",
"https://*.libgen.is/*",
"https://*.archive.org/*",
"https://*.goodreads.com/*",
Expand All @@ -32,7 +31,7 @@
"background": {
"service_worker": "js/background.js"
},
"permissions": ["tabs", "storage", "identity"],
"permissions": ["storage", "identity"],
"oauth2": {
"client_id": "1065384085182-m6bva575fe1bdvu9r80s811trepat999.apps.googleusercontent.com",
"scopes": [
Expand Down
3 changes: 3 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ module.exports = (_env: any, options: WebpackOptionsNormalized): Configuration =
]
}),
],
optimization: {
minimize: false
},
});

0 comments on commit 1aa8711

Please sign in to comment.