Skip to content

Commit

Permalink
Missing authorization for amazon.de in the manifest.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
FMaz008 committed Mar 2, 2024
1 parent 0804cbd commit 555e7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Amazon Vine Helper",
"description": "Improve the Amazon Vine experience.",
"version": "2.0.16",
"version": "2.0.17",

"permissions": ["storage"],
"browser_specific_settings": {
Expand Down Expand Up @@ -42,6 +42,7 @@
"matches": [
"*://*.amazon.ca/*",
"*://*.amazon.es/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.com/*"
Expand Down

0 comments on commit 555e7cb

Please sign in to comment.