Basic backend support and config loading from file

This commit is contained in:
Aj - Thomas
2022-05-12 19:28:10 +02:00
parent e61e986028
commit 91f636ca97
10 changed files with 235 additions and 46 deletions

16
data/configs/default.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "default",
"services": [
{
"type": "Other",
"name": "ok",
"icon": "https://c.tenor.com/o656qFKDzeUAAAAC/rick-astley-never-gonna-give-you-up.gif",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
],
"settings": {
"searchBar": false,
"searchUrl": "https://www.google.com/search?q=",
"enabledModules": []
}
}