{
    "name": "Profit Margin Calculator",
    "short_name": "Profit Margi",
    "description": "Calculate profit margin, markup, and selling price from cost and revenue. Supports gross, operating, and net margin types.",
    "start_url": "/en/app/profit-margin-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#ECFDF5",
    "background_color": "#ECFDF5",
    "scope": "/en/app/profit-margin-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/profit-margin-calculator/profit-margin-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/profit-margin-calculator/profit-margin-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}