{
    "name": "Deleukstetaartenshop",
    "short_name": "deleukstetaartenshop",
    "description": "Bij Deleukstetaartenshop vind je alle bakproducten om zelf taarten, cupcakes, koekjes en meer te maken",
    "categories": ["bakken", "shopping", "food"],
    "shortcuts" : [
        {
            "name": "Checkout",
            "url": "/checkout"
        },
        {
            "name": "Cart",
            "url": "/cart"
        },
        {
            "name": "Login",
            "url": "/customer/account/login",
            "description": "Login to your account"
        },
        {
            "name": "Registration",
            "url": "/customer/account/create",
            "description": "Create a new account"
        }
    ],
    "icons": [
        {
            "src": "android-chrome-36x36.png",
            "sizes": "36x36",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}

