first commit

This commit is contained in:
VPN SaaS Dev
2026-05-12 03:52:13 +09:00
commit d93c88c751
44 changed files with 4108 additions and 0 deletions

19
web/manifest.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
]
}