{
  "name": "XTicketz - Event Tickets & Management",
  "short_name": "XTicketz",
  "description": "Your premier destination for event tickets and seamless event management",
  "theme_color": "#667eea",
  "background_color": "#f8fafc",
  "display": "standalone",
  "scope": "/",
  "start_url": "/Home.aspx",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-192x192b.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-512x512b.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Buy Tickets",
      "short_name": "Tickets",
      "description": "Browse and purchase event tickets",
      "url": "/Events.aspx",
      "icons": [
        {
          "src": "/images/icons/ticket-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Access your personal dashboard",
      "url": "/Customer/CustomerDashboard.aspx",
      "icons": [
        {
          "src": "/images/icons/dashboard-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Support Chat",
      "short_name": "Support",
      "description": "Get help from our support team",
      "url": "/Customer/SupportChat.aspx",
      "icons": [
        {
          "src": "/images/icons/support-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["entertainment", "business", "lifestyle"],
  "screenshots": [
    {
      "src": "/images/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "XTicketz Homepage on Desktop"
    },
    {
      "src": "/images/screenshots/mobile-events.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse Events on Mobile"
    }
  ]
}