1 const path
= require('path');
3 const url
= 'https://calendar.proton.me/';
6 logo
: path
.resolve('./src/favicon.svg'),
7 logoMaskable
: path
.resolve('./src/icon-maskable.svg'),
9 appName
: 'Proton Calendar',
11 'Proton Calendar helps you stay on top of your schedule while protecting your data. Apps available for Android, iOS, and the web.',
14 ogImage
: `${url}assets/proton-og-image.png`,
15 locales
: Object
.keys(require('./locales/config/locales.json')),