diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-30 13:22:40 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-30 13:22:40 +0300 |
commit | a45e9ed228fab8b23d65a48263391ffe7ec6ff6e (patch) | |
tree | 4d22cfe701d13b7480fd57dd4653efb37a54fbf9 /src/config.json | |
parent | Renamed Unsupported paths handling => Unsupported iframes handling https://gi... (diff) | |
download | libredirect-a45e9ed228fab8b23d65a48263391ffe7ec6ff6e.zip |
Added Intellectual https://github.com/libredirect/browser_extension/issues/699
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index cd5dc5f0..279b756d 100644 --- a/src/config.json +++ b/src/config.json @@ -567,6 +567,12 @@ "instanceList": true, "url": "https://github.com/rramiachraf/dumb", "localhost": true + }, + "intellectual": { + "name": "Intellectual", + "instanceList": true, + "url": "https://github.com/Insprill/intellectual", + "localhost": false } }, "targets": [ |