{
    "name": "Tile Calculator",
    "short_name": "Tile Calcula",
    "description": "Calculate the exact number of tiles needed for your floor or wall project, with grout spacing, waste percentage, and cost estimation.",
    "start_url": "/en/app/tile-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/tile-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/tile-calculator/tile-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/tile-calculator/tile-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}