Skip to content

Commit f46fa7e

Browse files
authored
Merge pull request #6 from christopherseaman/patch-1
Change scope to include smile.amazon
2 parents c83686c + c74d204 commit f46fa7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"content_scripts": [
1616
{
1717
"matches": [
18-
"https://www.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1"
18+
"https://www.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1",
19+
"https://smile.amazon.com/gp/buy/shipoptionselect/handlers/display.html?hasWorkingJavascript=1"
1920
],
2021
"js": ["content.js"]
2122
}

0 commit comments

Comments
 (0)