summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/.config/SearchEngines.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/Base/home/anon/.config/SearchEngines.json b/Base/home/anon/.config/SearchEngines.json
new file mode 100644
index 0000000000..249d42ae3a
--- /dev/null
+++ b/Base/home/anon/.config/SearchEngines.json
@@ -0,0 +1,26 @@
+[
+ {
+ "title": "Bing",
+ "url_format": "https://www.bing.com/search?q={}"
+ },
+ {
+ "title": "DuckDuckGo",
+ "url_format": "https://duckduckgo.com/?q={}"
+ },
+ {
+ "title": "FrogFind",
+ "url_format": "https://frogfind.com/?q={}"
+ },
+ {
+ "title": "GitHub",
+ "url_format": "https://github.com/search?q={}"
+ },
+ {
+ "title": "Google",
+ "url_format": "https://google.com/search?q={}"
+ },
+ {
+ "title": "Yandex",
+ "url_format": "https://yandex.com/search/?text={}"
+ }
+]