diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-25 09:07:44 +0000 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-25 09:07:44 +0000 |
commit | 307a304fe5dc86c86e5afd85677596d87ea5bce2 (patch) | |
tree | 43e450feccbd356b4d7e960d4b434f835065b568 /src/config.json | |
parent | Merge pull request 'Typo' (#135) from lhr/browser_extension:gitlab into master (diff) | |
parent | Replace all PNG with SVG (diff) | |
download | libredirect-307a304fe5dc86c86e5afd85677596d87ea5bce2.zip |
Merge pull request 'SVG all the wayyy!!!' (#134) from lhr/browser_extension:svg into master
Reviewed-on: https://codeberg.org/LibRedirect/browser_extension/pulls/134
Diffstat (limited to 'src/config.json')
-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 ce12e015..3f58ea95 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": { |