chore(docs): adjust settings copy
[ProtonMail-WebClient.git] / applications / docs-editor / favicon.config.js
blob8f648f964f0b4e18ee78ef5f5b6ff2d413f2f178
1 const path = require('path');
3 const url = 'https://docs-editor.proton.me/';
5 module.exports = {
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'),
9     favicons: {
10         appName: 'Proton Docs Editor',
11         // TODO: get real description from product
12         appDescription: 'Edit documents in real time, fully end-to-end encrypted.',
13     },
14     url,
15     ogImage: `${url}assets/proton-og-image.png`,
16     locales: Object.keys(require('./locales/config/locales.json')),