{
    "name": "Jewel Studio",
    "short_name": "Jewel Studio",
    "description": "AI-powered jewellery image generation",
    "start_url": "/static/generate.html",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#B8860B",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
