{
  "id": "/",
  "name": "TicketPaw",
  "short_name": "TicketPaw",
  "description": "Caribbean diaspora event ticketing — buy tickets, manage events, discover events near you",
  "start_url": "/en/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#2D4F47",
  "theme_color": "#2D4F47",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    { "src": "/icons/app-icon.svg", "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/app-icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icons/app-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/app-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/app-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/app-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/app-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/app-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/app-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/app-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "url": "/en/tickets?source=pwa",
      "icons": [{ "src": "/icons/shortcut-tickets.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Events",
      "short_name": "Events",
      "url": "/en/events?source=pwa",
      "icons": [{ "src": "/icons/shortcut-events.png", "sizes": "96x96" }]
    }
  ]
}
