{
    "name": "Stock Profit Calculator",
    "short_name": "Stock Profit",
    "description": "Calculate stock trading profit or loss including brokerage commissions, capital gains tax, ROI, and break-even sell price.",
    "start_url": "/en/app/stock-profit-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#ECFDF5",
    "background_color": "#ECFDF5",
    "scope": "/en/app/stock-profit-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/stock-profit-calculator/stock-profit-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/stock-profit-calculator/stock-profit-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}