4f78ed8897
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>
33 lines
770 B
JSON
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"
|
|
}
|
|
]
|
|
}
|