repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
feat(INDA-383): daily stats.
[ProtonMail-WebClient.git]
/
applications
/
verify
/
favicon.config.js
blob
6cc1273760b05a316560a1b3a4117b8fd5f63bf4
1
const
path
=
require
(
'path'
);
2
3
module
.
exports
= {
4
logo
:
path
.
resolve
(
'./src/favicon.svg'
),
5
logoMaskable
:
path
.
resolve
(
'./src/icon-maskable.svg'
),
6
favicons
: {
7
appName
:
'Proton Human Verification'
,
8
},
9
};