diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 90b55f96..cd5dc5f0 100644 --- a/src/config.json +++ b/src/config.json @@ -347,6 +347,30 @@ "embeddable": false, "url": "https://fandom.com" }, + "pinterest": { + "name": "Pinterest", + "frontends": { + "binternet": { + "name": "Binternet", + "instanceList": true, + "url": "https://github.com/Ahwxorg/Binternet", + "embeddable": true + } + }, + "targets": [ + "^https?:\\/{2}i\\.pinimg\\.com", + "^https?:\\/{2}(www\\.)?pinterest\\.com" + ], + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "redirectType": "main_frame", + "frontend": "binternet" + }, + "imageType": "svg", + "embeddable": true, + "url": "https://pinterest.com" + }, "lbry": { "frontends": { "lbryDesktop": { |