Skip to content

Commit

Permalink
Add model version to search dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbfft committed Jan 16, 2017
1 parent 723d937 commit e40db2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/data/search-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
// The search dictionary defines custom web searches. Add yours here!
//
{
// Set a default search engine here
// Do not touch!
"model_version" : "0.0.5",

// Set a default search engine here.
"default" : "https://www.google.com/search?q={query}",

// Direct search is triggered with ctrl + enter in the omnibox.
"direct" : "http://www.google.com/search?q={query}&btnI",

"custom" : [

{
Expand Down

0 comments on commit e40db2d

Please sign in to comment.