pavouk/web/manifest.json
2022-11-08 17:32:46 +01:00

24 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"
}
]
}