Skip to content

Commit

Permalink
Added default quickLinks for convenience (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret authored Mar 8, 2022
1 parent 742e740 commit da6b9bf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@
"quickLinks": {
"r": "https://reddit.com",
"g": "https://github.com",
"y": "https://youtube.com"
"y": "https://youtube.com",
"d": {
"URL": "https://duckduckgo.com",
"Search": "/?q="
},
"b": "https://bing.com",
"p": "https://startpage.com",
"s": "https://stackoverflow.com",
"w": {
"URL":"https://wikipedia.org/wiki",
"Search": "/Special:Search?search="
}
}
}

0 comments on commit da6b9bf

Please sign in to comment.