{
    "name": "Champion Pizza",
    "short_name": "Champion",
    "description": "Order delicious pizza and more for delivery or collection",
    "start_url": "/m",
    "scope": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#E63946",
    "orientation": "portrait",
    "categories": ["food"],
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "View Menu",
            "url": "/m/menu",
            "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "My Cart",
            "url": "/m/cart",
            "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
