1 const path = require('path');
3 const url = 'https://docs-editor.proton.me/';
6 // TODO: use real images, copied those from Drive for now
7 logo: path.resolve('./src/favicon.svg'),
8 logoMaskable: path.resolve('./src/icon-maskable.svg'),
10 appName: 'Proton Docs Editor',
11 // TODO: get real description from product
12 appDescription: 'Edit documents in real time, fully end-to-end encrypted.',
15 ogImage: `${url}assets/proton-og-image.png`,
16 locales: Object.keys(require('./locales/config/locales.json')),