{
    "name": "Snackzar - Premium Healthy Snacks",
    "short_name": "Snackzar",
    "description": "Order fresh and organic snacks online with free delivery",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#FF6B35",
    "background_color": "#FFFFFF",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/favicons/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicons/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicons/android-chrome-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicons/android-chrome-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/pwa-screenshot-540.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/images/pwa-screenshot-1280.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Products",
            "short_name": "Shop",
            "description": "Browse our product collection",
            "url": "/products",
            "icons": [
                {
                    "src": "/favicons/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View Your Cart",
            "short_name": "Cart",
            "description": "Check items in your cart",
            "url": "/cart",
            "icons": [
                {
                    "src": "/favicons/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Read Our Blog",
            "short_name": "Blog",
            "description": "Read health tips and recipes",
            "url": "/blog",
            "icons": [
                {
                    "src": "/favicons/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "shopping",
        "food & drink"
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/png",
                        "image/jpeg",
                        "image/gif"
                    ]
                }
            ]
        }
    }
}