forked from Mirrors/elk
fix(pwa): add background_color
to web manifest (#832)
This commit is contained in:
parent
e04513d24c
commit
907abd0b41
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export const createI18n = async (): Promise<LocalizedWebManifest> => {
|
|||
short_name,
|
||||
description,
|
||||
dir,
|
||||
background_color: '#ffffff',
|
||||
theme_color: '#ffffff',
|
||||
icons: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue