{
  "name": "ture.live - Tour Tracker",
  "short_name": "ture.live",
  "description": "Track every live show in your city and beyond. Aggregating tours from Ticketmaster, AXS, Eventbrite, SeatGeek & more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#facc15",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["entertainment", "music", "lifestyle"],
  "shortcuts": [
    {
      "name": "List View",
      "short_name": "List",
      "description": "View shows in list format",
      "url": "/?view=list"
    },
    {
      "name": "Card View",
      "short_name": "Cards",
      "description": "View shows in card format",
      "url": "/?view=cards"
    }
  ]
}
