{
    "name": "Discount Calculator",
    "short_name": "Discount Cal",
    "description": "Calculate sale prices, discount amounts, and total savings instantly. Stack multiple discounts and add tax for accurate final prices.",
    "start_url": "/en/app/discount-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#FFF7ED",
    "background_color": "#FFF7ED",
    "scope": "/en/app/discount-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/discount-calculator/discount-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/discount-calculator/discount-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}