Files
drivers_bot/web/manifest.webmanifest
VPN SaaS Dev d93c88c751 first commit
2026-05-12 03:52:13 +09:00

20 lines
520 B
JSON

{
"name": "Гараж: учет авто",
"short_name": "Гараж",
"description": "Учет заправок, сервиса, ремонтов и стоимости владения автомобилем.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#eef3f1",
"theme_color": "#16806a",
"icons": [
{
"src": "/static/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}