From 907abd0b41dccfbd17b8c1fb06f3856937ff1540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 6 Jan 2023 22:04:17 +0100 Subject: [PATCH] fix(pwa): add `background_color` to web manifest (#832) --- modules/pwa/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pwa/i18n.ts b/modules/pwa/i18n.ts index 5774f40f..a74ad495 100644 --- a/modules/pwa/i18n.ts +++ b/modules/pwa/i18n.ts @@ -59,6 +59,7 @@ export const createI18n = async (): Promise => { short_name, description, dir, + background_color: '#ffffff', theme_color: '#ffffff', icons: [ {