lorenzoiovino.com/public/manifest.json

47 lines
950 B
JSON

{
"name": "Lorenzo Iovino - Software Engineer",
"short_name": "Lorenzo Iovino",
"description": "Software Engineer based in Sicily. Passionate about technology, remote work and life balance.",
"start_url": "/",
"display": "standalone",
"background_color": "#1e3a8a",
"theme_color": "#1e3a8a",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
}
],
"categories": ["business", "productivity", "lifestyle"],
"lang": "en-US",
"dir": "ltr",
"scope": "/",
"shortcuts": [
{
"name": "Blog",
"short_name": "Blog",
"description": "Read my latest blog posts",
"url": "/blog",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
},
{
"name": "Bio",
"short_name": "Bio",
"description": "Learn about my story",
"url": "/bio",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48"
}
]
}
]
}