pavouk/web/manifest.json

24 lines
627 B
JSON
Raw Permalink Normal View History

2022-11-03 20:03:02 +01:00
{
2022-11-08 17:32:46 +01:00
"name": "Pavouk - Subnetování",
"short_name": "Pavouk",
2022-11-03 20:03:02 +01:00
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
2022-11-08 17:32:46 +01:00
"theme_color": "#ff4c4c",
"description": "Generátor a řešitel příkladů vytváření podsítí/subnetů z větší sítě.",
2022-11-03 20:03:02 +01:00
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
2022-11-08 17:32:46 +01:00
"src": "icon.png",
2022-11-03 20:03:02 +01:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-11-08 17:32:46 +01:00
"src": "icon.png",
2022-11-03 20:03:02 +01:00
"sizes": "512x512",
"type": "image/png"
}
]
}