{
    "name": "Total Net Worth",
    "short_name": "Net Worth",
    "description": "Track your total net worth for free. Monitor stocks, ETFs, crypto, real estate, and liabilities in one dashboard.",
    "id": "/",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#09090b",
    "theme_color": "#3b82f6",
    "categories": [
        "finance",
        "utilities",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/vite.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/vite.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Total Net Worth Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/",
            "description": "View your net worth dashboard"
        },
        {
            "name": "Assets",
            "url": "/",
            "description": "Manage your assets"
        },
        {
            "name": "Liabilities",
            "url": "/liabilities",
            "description": "Manage your liabilities"
        }
    ]
}