{
  "name": "MidnightMerchant",
  "short_name": "MM",
  "description": "The premier trading card marketplace - buy, sell, and trade collectible cards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["shopping", "business"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/images/logo.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "180x180", 
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/og-image.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MidnightMerchant Desktop View"
    },
    {
      "src": "/images/og-image.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MidnightMerchant Mobile View"
    }
  ]
}
