Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 49fa016

Browse files
Merge pull request #114 from webdevnerdstuff/issue-110
Issue 110
2 parents 4d11566 + 53aaf81 commit 49fa016

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-smile-redirect",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Amazon Smile Redirect",
55
"main": "index.js",
66
"scripts": {

src/assets/json/config.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"amzn_photos_web_us",
88
"ap/mfa",
99
"aws.amazon.",
10+
"business.amazon",
1011
"clouddrive",
1112
"developer.amazon.",
1213
"ignite.amazon.",

src/manifest.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Amazon Smile Redirect",
44
"short_name": "ASR",
55
"description": "__MSG_appDesc__",
6-
"version": "3.0.4",
6+
"version": "3.0.5",
77
"author": "__MSG_appAuthor",
88
"homepage_url": "https://github.com/webdevnerdstuff/amazon-smile-redirect",
99
"icons": {

src/manifest.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Amazon Smile Redirect",
44
"short_name": "ASR",
55
"description": "__MSG_appDesc__",
6-
"version": "3.0.4",
6+
"version": "3.0.5",
77
"author": "__MSG_appAuthor",
88
"homepage_url": "https://github.com/webdevnerdstuff/amazon-smile-redirect",
99
"icons": {

0 commit comments

Comments
 (0)