diff options
author | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-21 14:04:17 +0200 |
---|---|---|
committer | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-24 14:29:04 +0200 |
commit | 8fa5e84c8efdb472aff5cdb55439739de068eb76 (patch) | |
tree | 5e321fa6d3d5b6983f737dc82b09d8b32708fe94 /src/config.json | |
parent | Merge pull request 'Clean up SVGs' (#137) from lhr/browser_extension:svg-clea... (diff) | |
download | libredirect-8fa5e84c8efdb472aff5cdb55439739de068eb76.zip |
Replace all PNG with SVG
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/config.json b/src/config.json index 6375357f..70ae2b22 100644 --- a/src/config.json +++ b/src/config.json @@ -119,7 +119,7 @@ "embedFrontend": "invidious", "unsupportedUrls": "bypass" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://youtube.com" }, @@ -151,7 +151,7 @@ "frontend": "hyperpipe", "unsupportedUrls": "bypass" }, - "imageType": "png", + "imageType": "svg", "url": "https://music.youtube.com" }, "twitter": { @@ -180,7 +180,7 @@ "frontend": "nitter", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://twitter.com" }, @@ -234,7 +234,7 @@ "unsupportedUrls": "bypass", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://reddit.com" }, "tumblr": { @@ -311,7 +311,7 @@ "frontend": "proxiTok", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://tiktok.com" }, "instagram": { @@ -331,7 +331,7 @@ "unsupportedUrls": "bypass", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://www.instagram.com" }, "imdb": { @@ -428,7 +428,7 @@ "frontend": "rimgo", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "embeddable": true, "url": "https://imgur.com" }, @@ -596,7 +596,7 @@ "frontend": "quetre", "instance": "public" }, - "imageType": "png", + "imageType": "svg", "url": "https://quora.com" }, "github": { |