Skip to content

Commit

Permalink
feat: adds support for Amazon Egypt. closes #810 (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Oct 17, 2021
1 parent a8c4a24 commit e1f093c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/js/background.ts
Expand Up @@ -16,6 +16,7 @@ const amazonURLs = [
'*://*.amazon.com.tr/*',
'*://*.amazon.com/*',
'*://*.amazon.de/*',
'*://*.amazon.eg/*',
'*://*.amazon.es/*',
'*://*.amazon.fr/*',
'*://*.amazon.ie/*',
Expand Down
1 change: 1 addition & 0 deletions src/manifest.json
Expand Up @@ -41,6 +41,7 @@
"*://*.amazon.com.tr/*",
"*://*.amazon.com/*",
"*://*.amazon.de/*",
"*://*.amazon.eg/*",
"*://*.amazon.es/*",
"*://*.amazon.fr/*",
"*://*.amazon.ie/*",
Expand Down

0 comments on commit e1f093c

Please sign in to comment.