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 d6830793..9ac5ecb5 100644 --- a/src/config.json +++ b/src/config.json @@ -478,6 +478,25 @@ "imageType": "svg", "embeddable": false, "url": "https://reuters.com" + }, + "genius": { + "frontends": { + "dump": { + "name": "dump", + "instanceList": true, + "url": "https://github.com/rramiachraf/dumb" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?genius.com\\/" + ], + "name": "Genius", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://genius.com" } } } \ No newline at end of file |