{
"_comment": "The only place the product name is written down outside config — everything else in the chrome reads it from config('app.name') via $branding. If the product is renamed, this file and the
in logo.svg / favicon.svg / mask-icon.svg are the whole cost; the mark itself carries no lettering.",
"name": "School Run",
"short_name": "School Run",
"description": "School transport management for Kenya — live bus tracking, pick-up and drop-off roll call, and parent notifications.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#066FD1",
"background_color": "#f3f4f6",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/android-chrome-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}