diff options
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 995ceb0c..ce8b8e16 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -56,6 +56,8 @@ root.Settings = Settings = previousPatterns: "prev,previous,back,<,\u2190,\xab,\u226a,<<" # "\bnext\b,\bmore\b,>,→,»,≫,>>" nextPatterns: "next,more,>,\u2192,\xbb,\u226b,>>" + # default/fall back search engine + defaultSearchUrl: "http://www.google.com/search?q=" # Initialization code. # We use this parameter to coordinate any necessary schema changes. |
