diff options
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 |