{
    "name": "Savyng - Smart Asset Tracker",
    "short_name": "Savyng",
    "description": "Smart Asset Tracker for crypto, stocks, gold and forex. Track your portfolio, set savings goals, and monitor real-time prices.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#030712",
    "orientation": "portrait-primary",
    "categories": ["finance", "utilities"],
    "icons": [
        {
            "src": "/images/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Transaction",
            "short_name": "Add Trade",
            "url": "/add-transaction",
            "icons": [
                {
                    "src": "/images/icons/icon-192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "View Prices",
            "short_name": "Prices",
            "url": "/prices",
            "icons": [
                {
                    "src": "/images/icons/icon-192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Savings Goals",
            "short_name": "Goals",
            "url": "/goals",
            "icons": [
                {
                    "src": "/images/icons/icon-192.svg",
                    "sizes": "192x192",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}
