{
    "name": "聴風・言",
    "short_name": "聴風・言",
    "description": "AI-powered Japanese shadowing practice",
    "display": "standalone",
    "start_url": "/",
    "theme_color": "#00040a",
    "background_color": "#00040a",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "audio/*",
                        "video/*",
                        "text/*",
                        "application/*"
                    ]
                }
            ]
        }
    }
}
