diff --git a/index.html b/index.html index fc922e7..b08be64 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ { key: 'a', name: 'Amazon', url: 'https://www.amazon.com', search: '/s/?field-keywords=' }, { key: 'd', name: 'Drive', url: 'https://drive.google.com/drive', search: '/search?q=' }, { key: 'e', name: 'Egghead', url: 'https://egghead.io', search: '/search?q=' }, + { key: 'f', name: 'Facebook', url: 'https://www.facebook.com', search: '/search/top/?q=' }, { key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' }, { key: 'h', name: 'Hacker News', url: 'https://hn.algolia.com', search: '/?query=' }, { key: 'i', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },