public/manifest.webmanifest
{
"name": "Charge & Explore",
"short_name": "Charge&Explore",
"description": "The best stop while your EV charges — ranked charging stops with activities that fit your charge window.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f7f9fb",
"theme_color": "#0a7d5a",
"icons": [
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
]
}