fix(pwa): add `background_color` to web manifest (#832)
parent
e04513d24c
commit
907abd0b41
|
@ -59,6 +59,7 @@ export const createI18n = async (): Promise<LocalizedWebManifest> => {
|
|||
short_name,
|
||||
description,
|
||||
dir,
|
||||
background_color: '#ffffff',
|
||||
theme_color: '#ffffff',
|
||||
icons: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue