{
    "name": "BashUpload - Command Line File Transfer",
    "short_name": "BashUpload",
    "description": "Free command line file transfer service. Upload files using curl or wget. Files auto-delete after download.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0f1a",
    "theme_color": "#1a1a2e",
    "orientation": "any",
    "scope": "/",
    "lang": "en",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "/public/image/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/public/image/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Upload File",
            "short_name": "Upload",
            "description": "Upload a new file",
            "url": "/",
            "icons": [
                {
                    "src": "/public/image/logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
