Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / applications / vpn-settings / favicon.config.js
blobe984a0a676f9f08bf31fd80c69d0a993e1f93664
1 const path = require('path');
3 const url = 'https://account.protonvpn.com/';
5 module.exports = {
6 logo: path.resolve('./src/favicon.svg'),
7 logoMaskable: path.resolve('./src/icon-maskable.svg'),
8 favicons: {
9 appName: 'Proton VPN',
10 appDescription:
11 'Proton VPN is a security focused FREE VPN service, developed by CERN and MIT scientists. Use the web anonymously, unblock websites & encrypt your connection.',
13 url,
14 ogImage: `${url}assets/proton-og-image.png`,
15 locales: Object.keys(require('./locales/config/locales.json')),