{
    "name": "URL Shortener",
    "short_name": "Shortener",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "description": "A simple Next.js URL shortener.",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48 64x64 96x96 128x128 256x256 512x512",
            "type": "image/x-icon"
        }
    ]
}