Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / calendar / favicon.config.js
blobef40688c4874dbe49d75142bd28a931a961e5257
1 const path = require('path');
3 const url = 'https://calendar.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 Calendar',
10 appDescription:
11 'Proton Calendar helps you stay on top of your schedule while protecting your data. Apps available for Android, iOS, and the web.',
13 url,
14 ogImage: `${url}assets/proton-og-image.png`,
15 locales: Object.keys(require('./locales/config/locales.json')),