fix(pwa): manifest background_color → navy to kill the white frame
CI / test (push) Has been cancelled

iOS / Chrome use background_color to fill any padding when displaying
the install icon. Cream (#fdf6ee) was leaving a visible 'thick white
border' around the V-viewfinder when the browser auto-padded the icon
on the install-preview screen. Setting background to navy (#0e2740) —
matching the icon's outer fill — makes any auto-padding invisible.

Theme_color also updated for consistency on the install splash.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-15 14:46:08 -04:00
parent 77c51586e8
commit 4f78ed8897
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
"scope": "/", "scope": "/",
"display": "standalone", "display": "standalone",
"orientation": "any", "orientation": "any",
"background_color": "#fdf6ee", "background_color": "#0e2740",
"theme_color": "#fdf6ee", "theme_color": "#0e2740",
"icons": [ "icons": [
{ {
"src": "/build/icons/icon-192.png?v=20260515-vviewfinder", "src": "/build/icons/icon-192.png?v=20260515-vviewfinder",
+2 -2
View File
@@ -7,8 +7,8 @@
"scope": "/", "scope": "/",
"display": "standalone", "display": "standalone",
"orientation": "any", "orientation": "any",
"background_color": "#fdf6ee", "background_color": "#0e2740",
"theme_color": "#fdf6ee", "theme_color": "#0e2740",
"icons": [ "icons": [
{ {
"src": "/build/icons/icon-192.png?v=20260515-vviewfinder", "src": "/build/icons/icon-192.png?v=20260515-vviewfinder",