{
  "name": "QuickTicketJA",
  "short_name": "QuickTicketJA",
  "description": "Professional event ticketing, ticket sales, QR scanning, and organizer dashboards.",
  "id": "/?v=2",
  "start_url": "/index.php?source=pwa&v=2",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#FDB827",
  "categories": [
    "business",
    "productivity",
    "entertainment"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon-16x16-v2.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32-v2.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon-v2.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "Browse available QuickTicketJA events.",
      "url": "/index.php#tickets",
      "icons": [
        {
          "src": "/android-chrome-192x192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Client Login",
      "short_name": "Login",
      "description": "Open the organizer portal.",
      "url": "/client/login.php",
      "icons": [
        {
          "src": "/android-chrome-192x192-v2.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View digital ticket package pricing.",
      "url": "/quote.php",
      "icons": [
        {
          "src": "/android-chrome-192x192-v2.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}