{
    "name": "IT DROPPED",
    "short_name": "ITDROPPED",
    "description": "Real-time Stüssy drop tracker across all regions",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "shopping",
        "lifestyle"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Latest Drops",
            "url": "/drops?view=drops",
            "description": "View the latest product drops"
        },
        {
            "name": "My Wishlist",
            "url": "/wishlist",
            "description": "View your saved items"
        }
    ]
}