Skip to content

Commit

Permalink
kagi support
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed Aug 19, 2023
1 parent 212ef33 commit dea18e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/supported-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ startpage.com | ✅ |
ecosia.org | ✅ |
searx.be | ✅ |
qwant.com | ❌ | Because it GETs https://api.qwant.com/v3/search/web?q= in the background, not in `main_frame`. Even if we did catch it, redirecting that doesn't redirect the actual page the user is loading.
kagi.com | ✅ |
3 changes: 2 additions & 1 deletion manifest.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"*://*.mojeek.com/*",
"*://searx.tiekoetter.com/*",
"*://*.startpage.com/*",
"*://searx.be/*"
"*://searx.be/*",
"*://kagi.com/*"
],
"options_ui": {
"page": "src/optionsui/options.html",
Expand Down

0 comments on commit dea18e7

Please sign in to comment.