21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "Погода",
|
|
"short_name": "Погода",
|
|
"description": "Узнайте погоду в вашем городе",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#dbeafe",
|
|
"theme_color": "#3b82f6",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |