{
    "name": "AirToShare - Instant File Sharing",
    "short_name": "AirToShare",
    "description": "Share files and text instantly across devices on the same network. No account required.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#0ea5e9",
    "orientation": "any",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["utilities", "productivity"],
    "shortcuts": [
        {
            "name": "Share Text",
            "url": "/?tab=text",
            "description": "Quickly share text content"
        },
        {
            "name": "Share Files",
            "url": "/?tab=file",
            "description": "Upload and share files"
        }
    ]
}
