{
    "name": "Monthly Bill Tracker",
    "short_name": "Bill Tracker",
    "description": "Track bills, income, payments, properties, reminders, and notifications.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f4f7fb",
    "theme_color": "#3976BB",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
