{
    "name": "Thornes Garden Nursery",
    "short_name": "Thornes",
    "description": "The Online Department Store for Thornes Garden Nursery & The Potting Shed Cafe",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#CFD9CD",
    "theme_color": "#2E4033",
    "icons": [
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop Plants",
            "short_name": "Shop",
            "url": "/shop.html",
            "icons": [
                {
                    "src": "images/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Cafe Menu",
            "short_name": "Cafe",
            "url": "/cafe.html",
            "icons": [
                {
                    "src": "images/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}