Files
Maven/cmd/mavweb/static/manifest.json
T
kami 00a3bba9cb pwa: add app icon SVG and update manifest
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.
2026-07-05 11:49:44 +04:00

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"
}