{
    "theme_color": "#1E869A",
    "background_color": "#F3F4F6",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "https://simpletipcalculator.com/",
    "name": "Simple Tip Calculator - How Much To Tip",
    "short_name": "Tip Calculator",
    "description": "How much to tip - calculate the exact tip amount from your bill value with our fast and simple tip calculator.",
    "icons": [
        {
            "src": "/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/images/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
                 {
                     "src": "/images/safari-pinned-tab.svg",
                     "sizes": "512x512",
                     "type": "image/svg",
                     "purpose": "any maskable"
                 }
    ]
}