diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 4013de67..abc37477 100644 --- a/src/config.json +++ b/src/config.json @@ -203,6 +203,28 @@ "imageType": "png", "url": "https://tiktok.com" }, + "instagram": { + "frontends": { + "proxigram": { + "name": "Proxigram", + "instanceList": true, + "url": "https://codeberg.org/ThePenguinDev/Proxigram", + "localhost": false + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?instagram\\.com\\/?" + ], + "name": "Instagram", + "options": { + "enabled": false, + "frontend": "proxigram", + "unsupportedUrls": "bypass", + "instance": "public" + }, + "imageType": "png", + "url": "https://www.instagram.com" + }, "reddit": { "frontends": { "libreddit": { |