{
    "id": "/",
    "name": "Budget Tracker",
    "short_name": "Budget",
    "description": "Track income, expenses, bills, savings, and credit cards with the 50/30/20 budgeting method. Works fully offline; your data never leaves your device.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "browser"],
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["finance", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Expense",
            "short_name": "Expense",
            "description": "Quickly add a new expense",
            "url": "/quick-add?type=expense",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Income",
            "short_name": "Income",
            "description": "Quickly add a new income",
            "url": "/quick-add?type=income",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
