{
  "name": "HaiDai - Birthday Planner & Card Generator",
  "short_name": "HaiDai",
  "description": "Plan birthdays, create custom AI cards, and organize family groups",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F9FA",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social", "utilities"],
  "permissions": ["notifications", "push"],
  "shortcuts": [
    {
      "name": "Create Card",
      "short_name": "Create",
      "description": "Generate a new custom card",
      "url": "/cards/new"
    },
    {
      "name": "My Contacts",
      "short_name": "Contacts",
      "description": "View your contacts",
      "url": "/contacts"
    },
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "description": "View upcoming birthdays and events",
      "url": "/events"
    }
  ],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "gcm_sender_id": "482941778795",
  "screenshots": [],
  "related_applications": [],
  "protocol_handlers": []
}
