{
    "name": "Food Inventor · 美食发明家",
    "short_name": "FoodInventor",
    "description": "AI-powered culinary creativity lab — Explore ingredient pairings, cooking techniques, and creative recipes. AI驱动的美食创意实验室，探索食材搭配、烹饪技法和创意配方。",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#ea580c",
    "orientation": "portrait-primary",
    "categories": [
        "food",
        "lifestyle",
        "productivity"
    ],
    "lang": "und",
    "dir": "ltr",
    "icons": [
        {
            "src": "./icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Pantry · 美食",
            "short_name": "Lab",
            "description": "Quick access to ingredient fusion lab",
            "url": "./app.html#/pantry",
            "icons": [
                {
                    "src": "./icons/shortcut-pantry.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Sauce · 酱汁",
            "short_name": "Culinary",
            "description": "Browse AI-generated creative recipes",
            "url": "./app.html#/culinary",
            "icons": [
                {
                    "src": "./icons/shortcut-culinary.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Pairings · 搭配指南",
            "short_name": "Pairings",
            "description": "View ingredient pairing suggestions",
            "url": "./app.html#/pairings",
            "icons": [
                {
                    "src": "./icons/shortcut-pairings.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "./share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    },
    "prefer_related_applications": false
}