put dashboard config back into dashboard app repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-10-23 15:50:15 +02:00
parent 4ce5ec06d4
commit fa89cba0b0
Signed by: aaron
GPG key ID: 643004654D40D577
5 changed files with 77 additions and 200 deletions

View file

@ -1,6 +1,6 @@
{
"placeholder": "",
"defaultProvider": "https://google.com/search?q=",
"defaultProvider": "https://duckduckgo.com/?q=",
"autoFocus": false,
"providers": [
{
@ -13,11 +13,6 @@
"url": "https://www.discogs.com/search/?q=",
"prefix": "/di"
},
{
"name": "Duck Duck Go",
"url": "https://duckduckgo.com/?q=",
"prefix": "/d"
},
{
"name": "iMDB",
"url": "https://www.imdb.com/find?q=",
@ -33,11 +28,6 @@
"url": "https://www.reddit.com/search?q=",
"prefix": "/r"
},
{
"name": "Qwant",
"url": "https://www.qwant.com/?q=",
"prefix": "/q"
},
{
"name": "Soundcloud",
"url": "https://soundcloud.com/search?q=",
@ -53,15 +43,10 @@
"url": "https://www.thetvdb.com/search?q=",
"prefix": "/tv"
},
{
"name": "Trakt",
"url": "https://trakt.tv/search?query=",
"prefix": "/t"
},
{
"name": "YouTube",
"url": "https://youtube.com/results?search_query=",
"prefix": "/yt"
}
]
}
}