{
    "name": "Farzan CV Website",
    "short_name": "Farzan CV",
    "description": "Nextjs using service worker via next-offline",
    "icons": [
        {
            "src": "favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon"
        },
        {
            "src": "favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "theme_color": "#5050f5",
    "background_color": "#5050f5",
    "start_url": "/",
    "display": "standalone"
}