{
    "name": "Wheels Tracker",
    "short_name": "Wheels",
    "id": "/",
    "scope": "/",
    "description": "Premium Fleet Logistics & Real-Time Tracking Platform for Organizations and Families.",
    "start_url": "/home",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "categories": ["transportation", "logistics", "productivity"],
    "icons": [
        {
            "src": "/icons/app-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/app-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-1.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Live Fleet Tracking Dashboard"
        },
        {
            "src": "/screenshots/desktop-1.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Organization Command Center"
        }
    ],
    "shortcuts": [
        {
            "name": "Track Children",
            "short_name": "Track",
            "url": "/home",
            "description": "View live location of children",
            "icons": [{ "src": "/icons/app-icon.png", "sizes": "192x192" }]
        },
        {
            "name": "Fleet Management",
            "short_name": "Fleet",
            "url": "/organizations",
            "description": "Manage vehicles and routes",
            "icons": [{ "src": "/icons/app-icon.png", "sizes": "192x192" }]
        }
    ]
}
