{
    "id": "./",
    "name": "Ahsan Nawaz Portfolio",
    "short_name": "Ahsan Portfolio",
    "description": "Web, mobile, and product engineering portfolio by Ahsan Nawaz.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#08090b",
    "theme_color": "#08090b",
    "orientation": "any",
    "icons": [
        {
            "src": "assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Selected work",
            "short_name": "Work",
            "url": "./#work"
        },
        {
            "name": "Online CV",
            "short_name": "CV",
            "url": "./#cv"
        }
    ]
}