fix(pwa): add `background_color` to web manifest (#832)

zio/stable
Joaquín Sánchez 2023-01-06 22:04:17 +01:00 committed by GitHub
parent e04513d24c
commit 907abd0b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ export const createI18n = async (): Promise<LocalizedWebManifest> => {
short_name,
description,
dir,
background_color: '#ffffff',
theme_color: '#ffffff',
icons: [
{