feat: implement window controls overlay layout and styles (#1001)

This commit is contained in:
Muhammad Rasyid Rafi'i
2026-04-23 15:25:32 +03:00
committed by GitHub
parent a9830cfcf1
commit bf110527a5
7 changed files with 140 additions and 1 deletions
@@ -222,6 +222,7 @@ export const registerPwaManifestRoute = (app, dependencies) => {
start_url: '/',
scope: '/',
display: 'standalone',
display_override: ['window-controls-overlay'],
background_color: '#151313',
theme_color: '#edb449',
...(manifestOrientation ? { orientation: manifestOrientation } : {}),