31 lines
733 B
JSON
31 lines
733 B
JSON
{
|
|
"name": "Voice Language Translator",
|
|
"short_name": "Translator",
|
|
"description": "Translate spoken language between multiple languages with speech input and output",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#007bff",
|
|
"icons": [
|
|
{
|
|
"src": "./static/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "./static/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "./static/screenshots/screenshot1.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|