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',
}
],
theme_color: '#171717',
background_color: '#f0e7db',
display: "standalone",
scope: '/',
start_url: "/",
theme_color: '#FFFBEA',
background_color: '#FFFBEA',
display: "standalone" as const,
scope: '/' as const,
start_url: "/" as const,
orientation: 'portrait' as const
}
}