{
    "name": "DL Steiner Portal",
    "short_name": "DLS Portal",
    "description": "Internal portal for DL Steiner staff — timecards, projects, deliverables, travel.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#1e293b",
    "theme_color": "#1e40af",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Timesheet",
            "short_name": "Timesheet",
            "description": "Log today's hours",
            "url": "/projects/timesheet",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Travel",
            "short_name": "Travel",
            "description": "Active trips and quick travel logging",
            "url": "/projects/travel",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
