Adds display_override: window-controls-overlay to the manifest so the app extends into the titlebar area. The navbar becomes draggable and uses env(titlebar-area-*) to avoid the window controls buttons. Interactive elements stay clickable via -webkit-app-region: no-drag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "diora",
|
|
"short_name": "diora",
|
|
"description": "Internet radio player",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/static/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|