Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / account / favicon.config.js
blob2dc3664c178f53a7540fa9584240b0fa18d694ee
1 const path = require('path');
3 const url = 'https://account.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',
10         appDescription:
11             'Our encrypted services let you control who has access to your emails, plans, files, and online activity. Free plans are available.',
12     },
13     url,
14     ogImage: `${url}assets/proton-og-image.png`,
15     locales: Object.keys(require('./locales/config/locales.json')),