{
    "id": "/?source=pwa",
    "name": "Aura - Hybrid Marketplace",
    "short_name": "Aura",
    "description": "Premium e-commerce and peer-to-peer marketplace with trade-in, price alerts, and voice search.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#0a0a0a",
    "theme_color": "#06b6d4",
    "orientation": "any",
    "dir": "ltr",
    "lang": "en",
    "categories": [
        "shopping",
        "lifestyle",
        "business",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Marketplace",
            "short_name": "Market",
            "description": "Open Aura Marketplace.",
            "url": "/marketplace?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/assets/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Sell",
            "short_name": "Sell",
            "description": "Create a marketplace listing.",
            "url": "/sell?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/assets/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Orders",
            "short_name": "Orders",
            "description": "Review Aura orders.",
            "url": "/orders?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/assets/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    }
}
