{
    "name": "RayTrac Financial",
    "short_name": "RayTrac",
    "description": "Personal and family financial management platform",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f3f2ea",
    "theme_color": "#2c3821",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["finance", "productivity"],
    "shortcuts": [
        {
            "name": "Add Expense",
            "url": "/expenses/create",
            "description": "Quick add a new expense"
        },
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "View your financial dashboard"
        }
    ]
}
