{
  "id": "/",
  "name": "ChicagoKicks",
  "short_name": "ChicagoKicks",
  "description": "Chicago's hyperlocal sneaker marketplace — buy and sell face-to-face.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "style"],
  "shortcuts": [
    {
      "name": "Sell a Pair",
      "url": "/sell",
      "description": "List your kicks for sale"
    },
    {
      "name": "Explore Map",
      "url": "/map",
      "description": "Find pairs nearby"
    }
  ]
}
