{
  "name": "HyperOutfits.com - Official HyperLiquid Merchandise",
  "short_name": "HyperOutfits",
  "description": "The #1 HyperLiquid merchandise store. Shop premium t-shirts, hoodies, caps, mugs, and accessories designed by the Hyperliquid community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f3933",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "shopping",
    "lifestyle",
    "business"
  ],
  "shortcuts": [
    {
      "name": "HyperLiquid T-Shirts",
      "short_name": "T-Shirts",
      "description": "Shop premium HyperLiquid t-shirts",
      "url": "/hyperliquid-tshirts",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "HyperLiquid Hoodies",
      "short_name": "Hoodies",
      "description": "Shop premium HyperLiquid hoodies",
      "url": "/hyperliquid-hoodies",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "HyperLiquid Mugs",
      "short_name": "Mugs",
      "description": "Shop HyperLiquid ceramic mugs",
      "url": "/hyperliquid-mugs",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "All Merchandise",
      "short_name": "Shop All",
      "description": "Browse complete HyperLiquid merchandise collection",
      "url": "/hyperliquid-merchandise",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "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"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48 64x64",
      "type": "image/x-icon"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+hyperoutfits",
      "url": "/?product=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
} 