change background color

This commit is contained in:
Arthur Barre 2025-03-11 13:59:32 +01:00
parent c1456eec18
commit 20c345f05a

View File

@ -37,11 +37,11 @@ const manifestForPlugIn = {
purpose: 'any maskable', purpose: 'any maskable',
} }
], ],
theme_color: '#171717', theme_color: '#FFFBEA',
background_color: '#f0e7db', background_color: '#FFFBEA',
display: "standalone", display: "standalone" as const,
scope: '/', scope: '/' as const,
start_url: "/", start_url: "/" as const,
orientation: 'portrait' as const orientation: 'portrait' as const
} }
} }