{
    "name": "PolicyWallet",
    "short_name": "PolicyWallet",
    "description": "The neutral digital wallet for all your insurance policies. Secure, smart, and always accessible.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#29685B",
    "categories": [
        "finance",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-dashboard.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Your Insurance Dashboard"
        },
        {
            "src": "/screenshots/desktop-dashboard.png",
            "sizes": "2880x1800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Comprehensive Policy Management"
        }
    ],
    "orientation": "portrait"
}