We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fa3a3a + 4f43155 commit 64488cdCopy full SHA for 64488cd
1 file changed
src/Constants.js
@@ -134,6 +134,10 @@ export const SUPPORTED_SEARCH_ENGINES = [
134
label: 'Yandex',
135
url: 'https://yandex.ru/search/?text=',
136
},
137
+ {
138
+ label: 'Startpage',
139
+ url: 'https://www.startpage.com/sp/search?query=',
140
+ },
141
]
142
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
143
export const LS_ANALYTICS_ID_KEY = 'hackerTabAnalyticsId'
0 commit comments