You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: default search to Kagi across omnibox, new tab, and mobile (#69)
Kagi (https://kagi.com/search?q=) becomes the default search engine
everywhere TronBrowser picks one:
- Omnibox: the launcher's once-per-profile default_search_provider_data
now seeds Kagi. The sentinel filename carries the engine name
(.tron-search-kagi), so profiles created under the old NeoSearch
default get the new default applied once, and a user's own
chrome://settings/search choice is still respected afterwards.
- New tab (ai-sidebar): Kagi is added to SEARCH_ENGINES, is the initial
value of searchEngine, and is the fallback for an unknown stored id.
- Settings (extension options + web): Kagi is the first option and is
labelled the default; the stored-value fallback now resolves to kagi.
- Mobile: the in-app browser's address-bar search falls back to Kagi.
NeoSearch, Xprivo, DuckDuckGo, Altpower, and Oxiverse remain available
as alternatives, and the Tor engine list is untouched.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments