{
    "name": "Miam",
    "short_name": "Miam",
    "description": "My recipe collection",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#faf7f2",
    "theme_color": "#c26e3a",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "share_target": {
        "action": "/api/share-target.php",
        "method": "POST",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
