{
    "name": "Porvesh Balasubramanian",
    "short_name": "Porvesh",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "description": "Porvesh Balasubramanian's personal website",
    "related_applications": [],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Experience",
            "url": "/experience/"
        },
        {
            "name": "Projects",
            "url": "/projects/"
        },
        {
            "name": "Writing",
            "url": "/writing/"
        },
        {
            "name": "Photography",
            "url": "/photography/"
        }
    ],
    "share_target": {
        "action": "/share-target/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
} 