Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / applications / mail / favicon.config.js
blobf14b1d7b5d3434e2b71cba6092eb33e050ea0d22
1 const path = require('path');
3 const url = 'https://mail.proton.me/';
5 module.exports = {
6     logo: path.resolve('./src/favicon.svg'),
7     logoMaskable: path.resolve('./src/icon-maskable.svg'),
8     favicons: {
9         appName: 'Proton Mail',
10         appDescription:
11             'Proton Mail is based in Switzerland and uses advanced encryption to keep your data safe. Apps available for Android, iOS, and desktop devices.',
12     },
13     url,
14     ogImage: `${url}assets/proton-og-image.png`,
15     locales: Object.keys(require('./locales/config/locales.json')),