reimburse/app/assets/site.webmanifest
Claude 95cc6c6feb
Complete favicon/PWA asset set
- Add favicon-16x16.png, favicon-32x32.png (renamed from favicon-32.png)
- Add favicon-48x48.png, favicon.ico (16+32 embedded)
- Add icon-192.png (downscaled from 512), icon-512.png
- Add site.webmanifest (theme #2f6fed, standard icon names)
- Update <head> links: SVG → 32 → 16 → ICO fallback chain,
  manifest link, theme-color meta

https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
2026-06-08 15:45:29 +00:00

35 lines
677 B
JSON

{
"name": "Reimburse",
"short_name": "reimburse",
"theme_color": "#2f6fed",
"background_color": "#2f6fed",
"display": "standalone",
"icons": [
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
]
}