{
    "name": "Transcribe AI",
    "short_name": "Transcribe",
    "description": "Audio transcription, summary, minutes, translation and chat — first-class Cantonese support.",
    "id": "./",
    "scope": "./",
    "start_url": "./",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "categories": [
        "productivity",
        "utilities"
    ],
    "background_color": "#131314",
    "theme_color": "#131314",
    "lang": "en-US",
    "orientation": "any",
    "dir": "ltr",
    "prefer_related_applications": false,
    "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"
        }
    ],
    "share_target": {
        "action": "./share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "audio/*",
                        "video/webm"
                    ]
                }
            ]
        }
    }
}
