Files
pictureFrame-webApp/frontend/public/manifest.webmanifest
T
football2801 4f78ed8897
CI / test (push) Has been cancelled
fix(pwa): manifest background_color → navy to kill the white frame
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>
2026-05-15 14:46:08 -04:00

33 lines
770 B
JSON

{
"name": "WeVisto",
"short_name": "WeVisto",
"description": "Manage photos for your e-ink picture frames.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0e2740",
"theme_color": "#0e2740",
"icons": [
{
"src": "/build/icons/icon-192.png?v=20260515-vviewfinder",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/build/icons/icon-512.png?v=20260515-vviewfinder",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/build/icons/icon-512-maskable.png?v=20260515-vviewfinder",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}