23 lines
627 B
JSON
23 lines
627 B
JSON
{
|
|
"name": "Pavouk - Subnetování",
|
|
"short_name": "Pavouk",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#0175C2",
|
|
"theme_color": "#ff4c4c",
|
|
"description": "Generátor a řešitel příkladů vytváření podsítí/subnetů z větší sítě.",
|
|
"orientation": "portrait-primary",
|
|
"prefer_related_applications": false,
|
|
"icons": [
|
|
{
|
|
"src": "icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|