fix(app): improve iOS PWA shell (#32798)

This commit is contained in:
Brendan Allan
2026-06-23 09:59:30 +00:00
committed by GitHub
parent fc95a84b42
commit a21e74773f
4 changed files with 16 additions and 8 deletions
@@ -1,6 +1,9 @@
{
"name": "OpenCode",
"short_name": "OpenCode",
"id": "/",
"start_url": "/",
"scope": "/",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
@@ -15,7 +18,7 @@
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#080808",
"background_color": "#080808",
"display": "standalone"
}