{
  "name": "Impact Idol - Volunteer Management Platform",
  "short_name": "Impact Idol",
  "description": "Mobile-first volunteer management platform for tracking events, hours, and certificates",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "social"],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "url": "/events",
      "description": "Find volunteer opportunities"
    },
    {
      "name": "My Hours",
      "short_name": "Hours",
      "url": "/profile/hours",
      "description": "View your volunteer hours"
    },
    {
      "name": "Certificates",
      "short_name": "Certs",
      "url": "/certificates",
      "description": "Download your certificates"
    }
  ]
}
