Merge branch 'format-suggestion-summary' into 'main'
[ProtonMail-WebClient.git] / applications / wallet / favicon.config.js
blob5a543fe8e7bbe38cd6f21535d704e204cfa0843b
1 const path = require('path');
3 const url = 'https://wallet.proton.me/';
5 module.exports = {
6     logo: path.resolve('./src/favicon.svg'),
7     // TODO provide real maskable icon
8     logoMaskable: path.resolve('./src/favicon.svg'),
9     favicons: {
10         appName: 'Proton Wallet',
11         appDescription: 'Proton Wallet allows you to securely receive, store and spend your bitcoins.',
12     },
13     url,
14     // ogImage: `${url}assets/proton-og-image.png`, TODO: add og image here
15     // locales: Object.keys(require('./locales/config/locales.json')), // TODO: add locales here