File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 run : yarn
7474
7575 - name : Build and zip the extension
76+ env :
77+ NODE_OPTIONS : --openssl-legacy-provider
7678 run : yarn build-chrome
7779
7880 - name : Install chrome dependencies
@@ -103,6 +105,8 @@ jobs:
103105 run : yarn
104106
105107 - name : Build and zip the extension
108+ env :
109+ NODE_OPTIONS : --openssl-legacy-provider
106110 run : yarn build-firefox
107111
108112 - name : Install Firefox dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " Hackertab.dev - developer news" ,
33 "description" : " All developer news in one tab" ,
4- "version" : " 1.15.11 " ,
4+ "version" : " 1.18.2 " ,
55 "chrome_url_overrides" : {
66 "newtab" : " index.html"
77 },
Original file line number Diff line number Diff line change 413413.dark .blockHeaderWhite {
414414 color : white;
415415}
416+ .dark .SELogo {
417+ fill : white;
418+ }
419+
420+
416421.light .blockHeaderWhite {
417422 color : black;
418423}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import LobstersIcon from 'src/assets/icon_lobsters.png'
1111import { ReactComponent as StartPageLogo } from 'src/assets/startpage_logo.svg'
1212import { ReactComponent as YahooLogo } from 'src/assets/yahoo_logo.svg'
1313import { ReactComponent as YandexLogo } from 'src/assets/yandex_logo.svg'
14+ import { ReactComponent as PhindLogo } from 'src/assets/phind_logo.svg'
1415
1516import {
1617 ConferencesCard ,
@@ -80,6 +81,11 @@ export const SUPPORTED_SEARCH_ENGINES = [
8081 url : 'https://www.startpage.com/sp/search?query=' ,
8182 logo : StartPageLogo ,
8283 } ,
84+ {
85+ label : 'Phind' ,
86+ url : 'https://phind.com/search?q=' ,
87+ logo : < PhindLogo className = { "SELogo" } /> ,
88+ } ,
8389]
8490export const SUPPORTED_CARDS : SupportedCardType [ ] = [
8591 {
You can’t perform that action at this time.
0 commit comments