mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-31 08:49:07 +00:00
34 lines
740 B
JSON
34 lines
740 B
JSON
{
|
|
"name": "Radioamaterski izpit",
|
|
"short_name": "S5 Vaja",
|
|
"description": "Priprava na radioamaterski izpit",
|
|
"start_url": "/priprave",
|
|
"display": "standalone",
|
|
"background_color": "#2196f3",
|
|
"theme_color": "#2196f3",
|
|
"icons": [
|
|
{
|
|
"src": "/images/logo/icon_192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/images/logo/icon_512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/images/logo/icon_m_192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/images/logo/icon_m_512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|