aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion_engines.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion_engines.coffee b/background_scripts/completion_engines.coffee
index b572375d..bdc93dba 100644
--- a/background_scripts/completion_engines.coffee
+++ b/background_scripts/completion_engines.coffee
@@ -109,7 +109,7 @@ class Amazon extends BaseEngine
constructor: ->
super
engineUrl: "https://completion.amazon.com/search/complete?method=completion&search-alias=aps&client=amazon-search-ui&mkt=1&q=%s"
- regexps: "^https?://www\\.amazon\\.(com|co\\.uk|ca|com\\.au)/s/"
+ regexps: "^https?://www\\.amazon\\.(com|co\\.uk|ca|de|com\\.au)/s/"
example:
searchUrl: "http://www.amazon.com/s/?field-keywords=%s"
keyword: "a"