25 lines
541 B
JSON
25 lines
541 B
JSON
{
|
|
"name": "Apoena Transcript",
|
|
"short_name": "Apoena",
|
|
"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"
|
|
}
|
|
]
|
|
}
|