first commit
This commit is contained in:
19
web/manifest.webmanifest
Normal file
19
web/manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user