Files
fidem/manifest.json
2025-07-27 15:47:34 +03:00

21 lines
516 B
JSON

{
"name": "ФИДЕМ - Медицинский центр",
"short_name": "ФИДЕМ",
"description": "Медицинский центр ФИДЕМ в Слониме",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#81C784",
"orientation": "portrait-primary",
"categories": ["medical", "health"],
"lang": "ru",
"icons": [
{
"src": "logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}