From 85dd515d204791a780a9c980c62a2f57ad8a274a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 2 Nov 2024 22:17:54 +0300 Subject: Added DuckDuckGo AI Chat https://github.com/libredirect/browser_extension/issues/969 --- src/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 340df46c..48eecc24 100644 --- a/src/config.json +++ b/src/config.json @@ -219,6 +219,25 @@ "embeddable": true, "url": "https://twitter.com" }, + "chatGpt": { + "frontends": { + "duckDuckGoAiChat": { + "name": "DuckDuckGo AI Chat", + "instanceList": false, + "url": "https://duckduckgo.com/duckduckgo-help-pages/aichat/" + } + }, + "targets": ["^https?:\\/{2}chatgpt\\.com"], + "name": "ChatGPT", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "duckDuckGoAiChat", + "redirectOnlyInIncognito": false + }, + "imageType": "svgMono", + "url": "https://chatgpt.com/" + }, "bluesky": { "frontends": { "skyview": { -- cgit 1.4.1