{
    "id": "/mt/",
    "name": "Milk Tea Tracker",
    "short_name": "MT Tracker",
    "description": "Track your milk tea and drink consumption with AI-powered image recognition.",
    "start_url": "/mt/",
    "scope": "/mt/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "categories": [
        "health",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "img/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/mt/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Go to SPCY Apps Home",
            "url": "/",
            "icons": [
                {
                    "src": "https://www.gstatic.com/lamda/images/gemini_sparkle_aurora_33f86dc0c0257da337c63.svg",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Gemini Studio",
            "short_name": "Studio",
            "description": "Start a new chat with Gemini",
            "url": "/studio/",
            "icons": [
                {
                    "src": "/studio/img/icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Milk Tea Tracker",
            "short_name": "MT Tracker",
            "description": "Track your drinks",
            "url": "/mt/",
            "icons": [
                {
                    "src": "img/icon.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}