{
    "name": "StaxEcho",
    "short_name": "StaxEcho",
    "description": "Standalone, high-performance AI Narration PWA for high-quality voice generation.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#2B59FF",
    "theme_color": "#2B59FF",
    "categories": [
        "productivity",
        "utilities",
        "multimedia"
    ],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "32x32",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/png",
                        "image/jpeg",
                        "image/webp",
                        "image/gif"
                    ]
                }
            ]
        }
    },
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "New Narration",
            "url": "/onboarding",
            "description": "Create a new AI voice narration"
        }
    ]
}