diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 036d8f5e..efbcae4c 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -597,6 +597,9 @@ function rewrite(url, originUrl, frontend, randomInstance, type) { case "duckDuckGoAiChat": return "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=1" + case "protonLumo": + return "https://lumo.proton.me/" + case "soundcloak": if (url.pathname.startsWith("/feed") || url.pathname.startsWith("/stream")) { // this feature requires authentication and is unsupported, so just redirect to main page diff --git a/src/config.json b/src/config.json index 47af8388..614f2871 100644 --- a/src/config.json +++ b/src/config.json @@ -231,6 +231,11 @@ "name": "DuckDuckGo AI Chat", "instanceList": false, "url": "https://duckduckgo.com/duckduckgo-help-pages/aichat/" + }, + "protonLumo": { + "name": "Lumo by Proton", + "instanceList": false, + "url": "https://lumo.proton.me/" } }, "targets": ["^https?:\\/{2}chatgpt\\.com"],