All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 21m10s
30 lines
621 B
JSON
30 lines
621 B
JSON
{
|
|
"name": "Convert-It Online",
|
|
"short_name": "Convert-It",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0d6efd",
|
|
"theme_color": "#0d6efd",
|
|
"description": "Conversores rápidos de imagem, documento e áudio.",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "64x64",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"share_target": {
|
|
"action": "/AudioTools/SpeechToText/HandleShare",
|
|
"method": "POST",
|
|
"enctype": "multipart/form-data",
|
|
"params": {
|
|
"files": [
|
|
{
|
|
"name": "audio",
|
|
"accept": ["audio/*"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|