├── README.md ├── api └── index.js ├── config.js ├── example ├── index.html └── style.css ├── icons ├── icons.json ├── index.js ├── res │ ├── 500px.com.png │ ├── airbnb.com.png │ ├── ap.org.png │ ├── apple.com-180.svg │ ├── arstechnica.com.png │ ├── baidu.com.jpg │ ├── bild.de.jpg │ ├── bloomberg.com.png │ ├── businessinsider.com.jpg │ ├── buzzfeed.com.png │ ├── cbc.ca.jpg │ ├── cbsnews.com.jpg │ ├── ctvnews.ca.jpg │ ├── dpa.com.png │ ├── ebay.com.svg │ ├── facebook.com.png │ ├── faz.net.jpg │ ├── fcbayern.de-512.png │ ├── fcbayern.de.png │ ├── gaming.youtube.com.png │ ├── github.com.png │ ├── gmail.com.png │ ├── google.com.jpg │ ├── huffingtonpost.com.jpg │ ├── instagram.com.png │ ├── kickstarter.com.svg │ ├── mashable.com.jpg │ ├── medium.com.png │ ├── messenger.com.png │ ├── microsoft.com.svg │ ├── motherjones.com.jpg │ ├── nationalpost.com.jpg │ ├── nbcnews.com.jpg │ ├── newrepublic.com.jpg │ ├── npr.org.png │ ├── nytimes.com.png │ ├── paypal.com.jpg │ ├── pinterest.com.jpg │ ├── producthunt.com.png │ ├── qq.com.jpg │ ├── reddit.com.png │ ├── scholica.com.png │ ├── slate.com.png │ ├── snapchat.com.svg │ ├── spiegel.de.png │ ├── spotify.com.svg │ ├── stackoverflow.com.png │ ├── sueddeutsche.de.png │ ├── taobao.com.jpg │ ├── techcrunch.com.jpg │ ├── telegram.org.svg │ ├── telegraph.co.uk.png │ ├── theatlantic.com.png │ ├── thedailybeast.com.png │ ├── theguardian.com.png │ ├── theintercept.com.png │ ├── thestar.com.jpg │ ├── theverge.com.jpg │ ├── time.com.png │ ├── tnw.com.png │ ├── tnw.com.svg │ ├── tumblr.com.jpg │ ├── twitter.com.svg │ ├── upworthy.com.png │ ├── usatoday.com.gif │ ├── vice.com.jpg │ ├── vk.com.png │ ├── vox.com.png │ ├── washingtonpost.com.png │ ├── weibo.com.jpg │ ├── wikipedia.org.jpg │ ├── yahoo.com.png │ ├── youtube.com.png │ └── zeit.de.png └── urls.json ├── package.json ├── server.js └── update_db.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/README.md -------------------------------------------------------------------------------- /api/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/api/index.js -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/config.js -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/example/index.html -------------------------------------------------------------------------------- /example/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/example/style.css -------------------------------------------------------------------------------- /icons/icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/icons.json -------------------------------------------------------------------------------- /icons/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/index.js -------------------------------------------------------------------------------- /icons/res/500px.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/500px.com.png -------------------------------------------------------------------------------- /icons/res/airbnb.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/airbnb.com.png -------------------------------------------------------------------------------- /icons/res/ap.org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/ap.org.png -------------------------------------------------------------------------------- /icons/res/apple.com-180.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/apple.com-180.svg -------------------------------------------------------------------------------- /icons/res/arstechnica.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/arstechnica.com.png -------------------------------------------------------------------------------- /icons/res/baidu.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/baidu.com.jpg -------------------------------------------------------------------------------- /icons/res/bild.de.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/bild.de.jpg -------------------------------------------------------------------------------- /icons/res/bloomberg.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/bloomberg.com.png -------------------------------------------------------------------------------- /icons/res/businessinsider.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/businessinsider.com.jpg -------------------------------------------------------------------------------- /icons/res/buzzfeed.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/buzzfeed.com.png -------------------------------------------------------------------------------- /icons/res/cbc.ca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/cbc.ca.jpg -------------------------------------------------------------------------------- /icons/res/cbsnews.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/cbsnews.com.jpg -------------------------------------------------------------------------------- /icons/res/ctvnews.ca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/ctvnews.ca.jpg -------------------------------------------------------------------------------- /icons/res/dpa.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/dpa.com.png -------------------------------------------------------------------------------- /icons/res/ebay.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/ebay.com.svg -------------------------------------------------------------------------------- /icons/res/facebook.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/facebook.com.png -------------------------------------------------------------------------------- /icons/res/faz.net.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/faz.net.jpg -------------------------------------------------------------------------------- /icons/res/fcbayern.de-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/fcbayern.de-512.png -------------------------------------------------------------------------------- /icons/res/fcbayern.de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/fcbayern.de.png -------------------------------------------------------------------------------- /icons/res/gaming.youtube.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/gaming.youtube.com.png -------------------------------------------------------------------------------- /icons/res/github.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/github.com.png -------------------------------------------------------------------------------- /icons/res/gmail.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/gmail.com.png -------------------------------------------------------------------------------- /icons/res/google.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/google.com.jpg -------------------------------------------------------------------------------- /icons/res/huffingtonpost.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/huffingtonpost.com.jpg -------------------------------------------------------------------------------- /icons/res/instagram.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/instagram.com.png -------------------------------------------------------------------------------- /icons/res/kickstarter.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/kickstarter.com.svg -------------------------------------------------------------------------------- /icons/res/mashable.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/mashable.com.jpg -------------------------------------------------------------------------------- /icons/res/medium.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/medium.com.png -------------------------------------------------------------------------------- /icons/res/messenger.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/messenger.com.png -------------------------------------------------------------------------------- /icons/res/microsoft.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/microsoft.com.svg -------------------------------------------------------------------------------- /icons/res/motherjones.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/motherjones.com.jpg -------------------------------------------------------------------------------- /icons/res/nationalpost.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/nationalpost.com.jpg -------------------------------------------------------------------------------- /icons/res/nbcnews.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/nbcnews.com.jpg -------------------------------------------------------------------------------- /icons/res/newrepublic.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/newrepublic.com.jpg -------------------------------------------------------------------------------- /icons/res/npr.org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/npr.org.png -------------------------------------------------------------------------------- /icons/res/nytimes.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/nytimes.com.png -------------------------------------------------------------------------------- /icons/res/paypal.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/paypal.com.jpg -------------------------------------------------------------------------------- /icons/res/pinterest.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/pinterest.com.jpg -------------------------------------------------------------------------------- /icons/res/producthunt.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/producthunt.com.png -------------------------------------------------------------------------------- /icons/res/qq.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/qq.com.jpg -------------------------------------------------------------------------------- /icons/res/reddit.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/reddit.com.png -------------------------------------------------------------------------------- /icons/res/scholica.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/scholica.com.png -------------------------------------------------------------------------------- /icons/res/slate.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/slate.com.png -------------------------------------------------------------------------------- /icons/res/snapchat.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/snapchat.com.svg -------------------------------------------------------------------------------- /icons/res/spiegel.de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/spiegel.de.png -------------------------------------------------------------------------------- /icons/res/spotify.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/spotify.com.svg -------------------------------------------------------------------------------- /icons/res/stackoverflow.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/stackoverflow.com.png -------------------------------------------------------------------------------- /icons/res/sueddeutsche.de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/sueddeutsche.de.png -------------------------------------------------------------------------------- /icons/res/taobao.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/taobao.com.jpg -------------------------------------------------------------------------------- /icons/res/techcrunch.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/techcrunch.com.jpg -------------------------------------------------------------------------------- /icons/res/telegram.org.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/telegram.org.svg -------------------------------------------------------------------------------- /icons/res/telegraph.co.uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/telegraph.co.uk.png -------------------------------------------------------------------------------- /icons/res/theatlantic.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/theatlantic.com.png -------------------------------------------------------------------------------- /icons/res/thedailybeast.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/thedailybeast.com.png -------------------------------------------------------------------------------- /icons/res/theguardian.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/theguardian.com.png -------------------------------------------------------------------------------- /icons/res/theintercept.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/theintercept.com.png -------------------------------------------------------------------------------- /icons/res/thestar.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/thestar.com.jpg -------------------------------------------------------------------------------- /icons/res/theverge.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/theverge.com.jpg -------------------------------------------------------------------------------- /icons/res/time.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/time.com.png -------------------------------------------------------------------------------- /icons/res/tnw.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/tnw.com.png -------------------------------------------------------------------------------- /icons/res/tnw.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/tnw.com.svg -------------------------------------------------------------------------------- /icons/res/tumblr.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/tumblr.com.jpg -------------------------------------------------------------------------------- /icons/res/twitter.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/twitter.com.svg -------------------------------------------------------------------------------- /icons/res/upworthy.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/upworthy.com.png -------------------------------------------------------------------------------- /icons/res/usatoday.com.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/usatoday.com.gif -------------------------------------------------------------------------------- /icons/res/vice.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/vice.com.jpg -------------------------------------------------------------------------------- /icons/res/vk.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/vk.com.png -------------------------------------------------------------------------------- /icons/res/vox.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/vox.com.png -------------------------------------------------------------------------------- /icons/res/washingtonpost.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/washingtonpost.com.png -------------------------------------------------------------------------------- /icons/res/weibo.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/weibo.com.jpg -------------------------------------------------------------------------------- /icons/res/wikipedia.org.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/wikipedia.org.jpg -------------------------------------------------------------------------------- /icons/res/yahoo.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/yahoo.com.png -------------------------------------------------------------------------------- /icons/res/youtube.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/youtube.com.png -------------------------------------------------------------------------------- /icons/res/zeit.de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/res/zeit.de.png -------------------------------------------------------------------------------- /icons/urls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/icons/urls.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/package.json -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/server.js -------------------------------------------------------------------------------- /update_db.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psolbach/iconbin/HEAD/update_db.js --------------------------------------------------------------------------------