aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/settings.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/settings.coffee')
-rw-r--r--background_scripts/settings.coffee12
1 files changed, 8 insertions, 4 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 01277741..06b59af8 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -91,10 +91,14 @@ root.Settings = Settings =
searchUrl: "http://www.google.com/search?q="
# put in an example search engine
searchEngines: [
- "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia", ""
- "t: http://www.youtube.com/results?search_query=%s Youtube", ""
- "m: https://www.google.com/maps/search/%s Google Maps", ""
- ].join "\n"
+ # FIXME(smblott) Comment out these before merge.
+ "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia"
+ "t: http://www.youtube.com/results?search_query=%s Youtube"
+ "m: https://www.google.com/maps/search/%s Google Maps"
+ "b: https://www.bing.com/search?q=%s Bing"
+ "y: http://www.youtube.com/results?search_query=%s Youtube"
+ "az: http://www.amazon.com/s/?field-keywords=%s Amazon"
+ ].join "\n\n"
newTabUrl: "chrome://newtab"
grabBackFocus: false