diff options
author | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:49:35 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:49:35 +0300 |
commit | 4dbc36c55929dd0cc40260dd786efe21b5503280 (patch) | |
tree | e81909c79a4792e75e646ca0af2b1d94c03cbc98 /src/config.json | |
parent | Added Troddit https://github.com/libredirect/browser_extension/issues/1002 (diff) | |
download | libredirect-4dbc36c55929dd0cc40260dd786efe21b5503280.zip |
Added GoCook https://github.com/libredirect/browser_extension/issues/988
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index e49a044a..ca38d2ec 100644 --- a/src/config.json +++ b/src/config.json @@ -1392,6 +1392,27 @@ }, "imageType": "svg", "url": "https://coub.com" + }, + "chefkoch": { + "frontends": { + "gocook": { + "name": "GoCook", + "instanceList": true, + "url": "https://github.com/NoUmlautsAllowed/gocook" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?chefkoch\\.de" + ], + "name": "Chefkoch", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "gocook", + "redirectOnlyInIncognito": false + }, + "imageType": "svg", + "url": "https://www.chefkoch.de" } } } |