{
  "name": "Matchdaytix",
  "short_name": "Matchdaytix",
  "description": "Trusted P2P Football Ticket Marketplace - Buy and sell football tickets with confidence",
  "theme_color": "#F97316",
  "background_color": "#0f172a",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicon-32x32.png?v=20",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png?v=20",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-192x192.png?v=20",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png?v=20",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "shopping", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "View all upcoming matches",
      "url": "/events",
      "icons": [{ "src": "/pwa-192x192.png?v=20", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sell Tickets",
      "short_name": "Sell",
      "description": "List your tickets for sale",
      "url": "/sell",
      "icons": [{ "src": "/pwa-192x192.png?v=20", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
