Set NeoSearch as the default search engine#41
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates TronBrowser’s default search configuration to use NeoSearch across docs, settings UIs, the new-tab implementation, and the desktop launcher’s omnibox seeding.
Changes:
- Switch new-tab default/search engine option from Xprivo to NeoSearch (web settings + desktop extension).
- Update desktop launcher profile seeding to set NeoSearch as the omnibox default search provider.
- Refresh README and ignore rules to match the new defaults / generated artifacts.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates documentation to name NeoSearch as the default private search. |
| apps/web/public/settings.html | Adds NeoSearch as the default option in the web settings UI. |
| apps/web/public/settings-sections.js | Changes the settings default fallback to neosearch. |
| apps/desktop/launcher/tronbrowser | Seeds NeoSearch as the omnibox default once per profile (marker-based). |
| apps/desktop/extensions/ai-sidebar/settings-sections.js | Changes the extension settings default fallback to neosearch. |
| apps/desktop/extensions/ai-sidebar/options.html | Updates copy and options list to make NeoSearch the default. |
| apps/desktop/extensions/ai-sidebar/newtab.js | Adds NeoSearch engine config and changes default/fallback to it. |
| apps/desktop/extensions/ai-sidebar/newtab.html | Updates placeholder and adds NeoSearch quick link. |
| .gitignore | Ignores launcher runtime symlink and Expo prebuild native directories. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+189
to
+191
| # Default the omnibox to NeoSearch once per profile, then respect the user's | ||
| # chrome://settings/search choice. | ||
| if command -v python3 >/dev/null 2>&1 && [ ! -f "$DATA/.tron-search-neosearch" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.