{
  "name": "SeatLink - Event Seating Management",
  "short_name": "SeatLink",
  "description": "AI-powered event seating management platform for weddings, parties, and corporate events",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "lifestyle"],
  "shortcuts": [
    {
  "name": "SeatLink - Event Seating Management",
  "short_name": "SeatLink",
      "description": "View your events dashboard",
      "url": "/index.php",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Help Center",
      "short_name": "Help",
      "description": "Get help with SeatLink",
      "url": "/help.php",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
