Files
Portfolio/public/portfolio/manifest.json
2026-02-22 18:37:50 +00:00

21 lines
392 B
JSON

{
"short_name": "Patryk Kuchta",
"name": "Patryk Kuchta - Portfolio",
"icons": [
{
"src": "white_logo.png",
"sizes": "785x228",
"type": "image/png"
},
{
"src": "favicon.ico",
"sizes": "300x300",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000"
}