Added Search Engine config to config.json

This commit is contained in:
Haider Ali Punjabi
2020-05-14 11:22:21 +05:30
parent 3226072a53
commit d4bcb6f4c0
3 changed files with 18 additions and 6 deletions

View File

@@ -29,6 +29,13 @@
]
}
],
"searchEngines":{
"Google":"https://www.google.com/search?q=",
"DuckDuckGo":"https://duckduckgo.com/?q=",
"Bing":"https://www.bing.com/search?q=",
"Yahoo":"https://search.yahoo.com/search?p="
},
"searchEngine":"Google",
"user": "Deepjyoti",
"disableMessage": false,
"disableDate": false,