{
  "name": "Sealed",
  "short_name": "Sealed",
  "description": "Beautiful invitations via WhatsApp. The guest list, taken seriously.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b6df0",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your events"
    },
    {
      "name": "New Event",
      "url": "/events/new",
      "description": "Create a new event"
    }
  ]
}
