{
  "name": "FairBrief",
  "short_name": "FairBrief",
  "description": "Capture, organize, and recap trade fairs with AI-powered insights",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#faf9f7",
  "theme_color": "#c45d3e",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "business", "photo"],
  "shortcuts": [
    {
      "name": "My Events",
      "short_name": "Events",
      "description": "View all your events",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Event",
      "short_name": "New",
      "description": "Create a new event",
      "url": "/app/events/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
