1 const path
= require('path');
3 const url
= 'https://wallet.proton.me/';
6 logo
: path
.resolve('./src/favicon.svg'),
7 // TODO provide real maskable icon
8 logoMaskable
: path
.resolve('./src/favicon.svg'),
10 appName
: 'Proton Wallet',
11 appDescription
: 'Proton Wallet allows you to securely receive, store and spend your bitcoins.',
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