{
    "name": "ViMagic — video and audio to text",
    "short_name": "ViMagic",
    "description": "Paste a link, get the transcript.",
    "start_url": "/?src=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0C0E0B",
    "theme_color": "#0C0E0B",
    "categories": ["productivity", "utilities"],
    "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/img/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": { "text": "url", "url": "url" }
    },
    "shortcuts": [
        { "name": "New transcript", "url": "/" },
        { "name": "My transcripts", "url": "/dashboard" }
    ]
}
