{
    "name": "SPCY Apps",
    "short_name": "SPCY",
    "description": "A collection of AI-powered SPAs including Gemini Studio, Milk Tea Tracker, and SmartSpend AI.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "categories": [
        "productivity",
        "utilities"
    ],
    "background_color": "#131314",
    "theme_color": "#131314",
    "icons": [
        {
            "src": "/img/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/img/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "lang": "en-US",
    "orientation": "any",
    "dir": "ltr",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Go to SPCY Apps Home",
            "url": "/",
            "icons": [
                {
                    "src": "/img/icon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Gemini Studio",
            "short_name": "Studio",
            "description": "Start a new chat with Gemini",
            "url": "/studio/",
            "icons": [
                {
                    "src": "/studio/img/icon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Milk Tea Tracker",
            "short_name": "MT Tracker",
            "description": "Track your drinks",
            "url": "/mt/",
            "icons": [
                {
                    "src": "/mt/img/icon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "./share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "text/*",
                        "application/pdf",
                        "application/json"
                    ]
                }
            ]
        }
    }
}