diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-05 12:03:24 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-05 12:03:24 +0300 |
commit | 46a3ea16192f7ec2203e3e7dbac6d787f64608cb (patch) | |
tree | e29daa2f28983a8328e2886bbf104f262e1a0531 /src/config.json | |
parent | Added LibMedium https://github.com/libredirect/libredirect/issues/588. fixed ... (diff) | |
download | libredirect-46a3ea16192f7ec2203e3e7dbac6d787f64608cb.zip |
Added BiblioReads https://github.com/libredirect/libredirect/issues/524
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 5d1bd168..b8e43438 100644 --- a/src/config.json +++ b/src/config.json @@ -542,6 +542,25 @@ "imageType": "svgMono", "embeddable": false, "url": "https://stackoverflow.com/" + }, + "goodReads": { + "frontends": { + "biblioReads": { + "name": "goodReads", + "instanceList": true, + "url": "https://github.com/nesaku/BiblioReads" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?goodreads\\.com\\/" + ], + "name": "Goodreads", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://goodreads.com/" } } } \ No newline at end of file |