{
    "name": "SUFIDE Rental System",
    "short_name": "SUFIDE Rental",
    "description": "Professional Equipment Rental Management System",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Open dashboard",
            "url": "/",
            "icons": []
        },
        {
            "name": "Catalog",
            "short_name": "Catalog",
            "description": "Browse catalog",
            "url": "/catalog",
            "icons": []
        },
        {
            "name": "Bookings",
            "short_name": "Bookings",
            "description": "View bookings",
            "url": "/bookings",
            "icons": []
        }
    ]
}