Files
jleibl.net/public/manifest.json

61 lines
1.5 KiB
JSON

{
"name": "Jan-Marlon Leibl - Fullstack Developer",
"short_name": "Jan-Marlon Leibl",
"description": "Experienced Fullstack Developer specializing in PHP and TypeScript. Creating high-performance web applications and digital experiences with modern technologies.",
"start_url": "/",
"display": "standalone",
"background_color": "#0A0A0A",
"theme_color": "#0A0A0A",
"orientation": "portrait",
"screenshots": [
{
"src": "/screenshots/mobile.png",
"sizes": "375x812",
"type": "image/png",
"form_factor": "narrow",
"label": "Jan-Marlon Leibl's Portfolio (Mobile)"
},
{
"src": "/screenshots/desktop.png",
"sizes": "1280x800",
"type": "image/png",
"form_factor": "wide",
"label": "Jan-Marlon Leibl's Portfolio (Desktop)"
}
],
"shortcuts": [
{
"name": "About Me",
"short_name": "About",
"description": "Learn more about Jan-Marlon Leibl",
"url": "/#about"
},
{
"name": "My Work",
"short_name": "Work",
"description": "View Jan-Marlon's portfolio projects",
"url": "/#work"
},
{
"name": "Contact",
"short_name": "Contact",
"description": "Get in touch with Jan-Marlon",
"url": "/#contact"
}
],
"icons": [
{
"src": "/profile-image-futu-style.jpg",
"sizes": "192x192",
"type": "image/jpeg",
"purpose": "any"
},
{
"src": "/profile-image-futu-style.jpg",
"sizes": "512x512",
"type": "image/jpeg",
"purpose": "any"
}
]
}