STTR / manifest.json
Babel Deployer
Deploy Railway Backend Connection
0a5aa16
raw
history blame contribute delete
474 Bytes
{
"name": "Babel - Traducteur Vocal Instantané",
"short_name": "Babel",
"description": "Traduction vocale instantanée avec IA. Parlez, et le monde vous comprend.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0b",
"theme_color": "#0a0a0b",
"orientation": "portrait",
"icons": [
{
"src": "/static/favicon.ico",
"sizes": "64x64",
"type": "image/x-icon"
}
]
}