{
  "name": "SignupHaven",
  "short_name": "SignupHaven",
  "description": "Volunteer signups people actually use. No ads, no forced accounts.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f9f9f7",
  "theme_color": "#16a06b",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Event",
      "short_name": "New Event",
      "description": "Create a new volunteer signup",
      "url": "/events/new",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your events",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
