diff --git a/config/browsers.js b/config/browsers.js index b796fd6..213a2ea 100644 --- a/config/browsers.js +++ b/config/browsers.js @@ -64,6 +64,17 @@ export default { linux: 'https://vivaldi.com/download/', }, }, + { + name: 'Cliqz', + image: '/static/img/cliqz.png', + url: 'https://cliqz.com/', + sources: { + windows: 'https://cliqz.com/download', + macos: 'https://cliqz.com/download', + ios: 'https://itunes.apple.com/de/app/cliqz-browser-suchmaschine/id1065837334?mt=8', + android: 'https://play.google.com/store/apps/details?hl=de&id=com.cliqz.browser', + }, + }, ], resources: [ { @@ -96,5 +107,9 @@ export default { url: 'https://www.networkworld.com/article/2884026/security0/browser-fingerprints-and-why-they-are-so-hard-to-erase.html', }, + { + name: 'Who Tracks Me - Learn about tracking technologies, market structure and data-sharing on the web.', + url: 'https://whotracks.me/', + }, ], }; diff --git a/static/img/cliqz.png b/static/img/cliqz.png new file mode 100644 index 0000000..a05229e Binary files /dev/null and b/static/img/cliqz.png differ