Files
transcript/app/static/manifest.json
2026-03-23 22:23:41 +01:00

25 lines
545 B
JSON

{
"name": "Apoena Transcript",
"short_name": "Transcript",
"description": "Privacy-first, in-browser speech-to-text transcription",
"start_url": "/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#7c6af7",
"background_color": "#0f0f13",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-maskable.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}