[DRVWEB-4345] Flush reports on disconnect
[ProtonMail-WebClient.git] / applications / drive / favicon.config.js
blob1856e79fcc2ebebb228186098ca10362e1409859
1 const path = require('path');
3 const url = 'https://drive.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 Drive',
10         appDescription: 'Securely store, share, and access your important files and photos. Anytime, anywhere.',
11     },
12     url,
13     ogImage: `${url}assets/proton-og-image.png`,
14     locales: Object.keys(require('./locales/config/locales.json')),