Files
openbot/static/manifest.webmanifest

20 lines
456 B
JSON

{
"name": "OpenSquared",
"short_name": "OpenSquared",
"description": "Assistant vocal personnel pour envoyer des emails et piloter des actions.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#111827",
"orientation": "portrait",
"icons": [
{
"src": "/icons/icon-v2.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}