{
    "name": "AiCopal",
    "short_name": "AiCopal",
    "description": "Real-time AI conversation copilot with live transcription",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "any",
    "icons": [
        {
            "src": "favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "web-app-manifest-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "web-app-manifest-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["productivity", "utilities"],
    "lang": "en",
    "dir": "ltr",
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "audio",
                    "accept": [
                        "audio/wav",
                        "audio/x-wav",
                        "audio/mpeg",
                        "audio/mp3",
                        "audio/mp4",
                        "audio/x-m4a",
                        "audio/m4a",
                        "audio/3gpp",
                        "audio/3gp",
                        "audio/ogg",
                        "audio/webm",
                        "audio/amr"
                    ]
                }
            ]
        }
    }
}
