{
  "name": "Sunrise - Event Management",
  "short_name": "Sunrise",
  "description": "Modern event management and contact organization platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "SOS Emergency",
      "short_name": "SOS",
      "description": "Quick access to SOS emergency contacts",
      "url": "/dashboard/sos"
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View all notifications",
      "url": "/dashboard/notifications"
    }
  ],
  "permissions": [
    "notifications",
    "background-sync"
  ]
} 