1 const path
= require('path');
3 const url
= 'https://drive.proton.me/';
6 logo
: path
.resolve('./src/favicon.svg'),
7 logoMaskable
: path
.resolve('./src/icon-maskable.svg'),
9 appName
: 'Proton Drive',
10 appDescription
: 'Securely store, share, and access your important files and photos. Anytime, anywhere.',
13 ogImage
: `${url}assets/proton-og-image.png`,
14 locales
: Object
.keys(require('./locales/config/locales.json')),