{
  "name": "Conference Management",
  "short_name": "Conference",
  "description": "Check in, view schedules, network, and participate in conference activities",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f2044",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f2044' width='192' height='192'/><text x='96' y='96' font-size='100' font-weight='bold' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>📱</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f2044' width='512' height='512'/><text x='256' y='256' font-size='280' font-weight='bold' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>📱</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f2044' width='192' height='192' rx='45'/><text x='96' y='96' font-size='100' font-weight='bold' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>📱</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f0f4fc' width='540' height='720'/><rect fill='%230f2044' width='540' height='60'/><text x='270' y='30' font-size='24' font-weight='bold' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>Conference App</text><text x='270' y='200' font-size='32' font-weight='bold' text-anchor='middle' fill='%230f2044' font-family='system-ui'>📱 Check In</text><text x='270' y='350' font-size='28' text-anchor='middle' fill='%236b7280' font-family='system-ui'>🗓️ Schedule</text><text x='270' y='500' font-size='28' text-anchor='middle' fill='%236b7280' font-family='system-ui'>🤝 Network</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Quick check-in to the conference",
      "url": "/?screen=checkin",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f2044' width='96' height='96'/><text x='48' y='48' font-size='50' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>✓</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View conference schedule",
      "url": "/?screen=schedule",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f2044' width='96' height='96'/><text x='48' y='48' font-size='50' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='system-ui'>🗓️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
