00a3bba9cb
Create a minimal SVG icon (512x512, dark rounded square with blue 'M') and update manifest.json to reference it with purpose 'any'. This fixes the blank tile on mobile add-to-home-screen and PWA install prompts.
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "Maven",
|
|
"short_name": "Maven",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#111",
|
|
"theme_color": "#00aaff",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"description": "Voice client and dashboard for Maven"
|
|
}
|