{ "name": "Tonemark", "short_name": "Tonemark", "description": "Fast audio and video transcription powered by Whisper", "start_url": "/", "display": "standalone", "background_color": "#0c0d10", "theme_color": "#0c0d10", "orientation": "any", "share_target": { "action": "/share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "file", "accept": ["audio/*", "video/*"] } ] } }, "icons": [ { "src": "/icons/android-icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/android-icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/icons/tonemark-icon-android-fg.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ] }