{
    "name": "OwnersApp",
    "short_name": "OwnersApp",
    "description": "Jewellery Business Management — Owners Dashboard",
    "start_url": "/",
    "display": "minimal-ui",
    "background_color": "#F4F4F6",
    "theme_color": "#1C1C1E",
    "orientation": "any",
    "icons": [
        {
            "src": "/images/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/images/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src": "/images/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/icons/screenshot-desktop.svg",
            "sizes": "1280x720",
            "type": "image/svg+xml",
            "form_factor": "wide",
            "label": "Owners Dashboard - Desktop View"
        },
        {
            "src": "/images/icons/screenshot-mobile.svg",
            "sizes": "390x844",
            "type": "image/svg+xml",
            "form_factor": "narrow",
            "label": "Owners Dashboard - Mobile View"
        }
    ]
}
