From 7b44b652473b487e2d00a5b705a7f78ee66dec65 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 23 Nov 2017 21:22:42 +0900 Subject: Add search form --- src/shared/default-settings.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/shared') diff --git a/src/shared/default-settings.js b/src/shared/default-settings.js index c1402b7..6d2013b 100644 --- a/src/shared/default-settings.js +++ b/src/shared/default-settings.js @@ -117,14 +117,14 @@ export default { }, 'search': { 'default': 'google', - 'engines': { - 'google': 'https://google.com/search?q={}', - 'yahoo': 'https://search.yahoo.com/search?p={}', - 'bing': 'https://www.bing.com/search?q={}', - 'duckduckgo': 'https://duckduckgo.com/?q={}', - 'twitter': 'https://twitter.com/search?q={}', - 'wikipedia': 'https://en.wikipedia.org/w/index.php?search={}' - } + 'engines': [ + ['google', 'https,//google.com/search?q={}'], + ['yahoo', 'https,//search.yahoo.com/search?p={}'], + ['bing', 'https,//www.bing.com/search?q={}'], + ['duckduckgo', 'https,//duckduckgo.com/?q={}'], + ['twitter', 'https,//twitter.com/search?q={}'], + ['wikipedia', 'https,//en.wikipedia.org/w/index.php?search={}'], + ] } } }; -- cgit v1.2.3