{
    "name": "FlightApp - Drone Flight Management",
    "short_name": "FlightApp",
    "description": "Pre-flight checklist, weather, NOTAMs and flight job management for drone pilots.",
    "start_url": "/m/client/flight-jobs",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F7F8FA",
    "theme_color": "#1e1b4b",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}