20 lines
520 B
JSON
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"
|
|
}
|
|
]
|
|
}
|