{
    "name": "Selldocx - Document Marketplace",
    "short_name": "Selldocx",
    "description": "Premium academic documents and test banks marketplace",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["education", "productivity"],
    "icons": [
        {
            "src": "/static/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Search Documents",
            "short_name": "Search",
            "description": "Search for academic documents",
            "url": "/search"
        },
        {
            "name": "My Downloads",
            "short_name": "Downloads",
            "description": "View your purchased documents",
            "url": "/downloads"
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/static/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "handle_links": "preferred",
    "protocol_handlers": [
        {
            "protocol": "web+selldocx",
            "url": "/?url=%s"
        }
    ]
} 