Skip to content

Commit 64488cd

Browse files
authored
Merge pull request #72 from prpwien/patch-1
Added Startpage Searchengine
2 parents 0fa3a3a + 4f43155 commit 64488cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ export const SUPPORTED_SEARCH_ENGINES = [
134134
label: 'Yandex',
135135
url: 'https://yandex.ru/search/?text=',
136136
},
137+
{
138+
label: 'Startpage',
139+
url: 'https://www.startpage.com/sp/search?query=',
140+
},
137141
]
138142
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
139143
export const LS_ANALYTICS_ID_KEY = 'hackerTabAnalyticsId'

0 commit comments

Comments
 (0)