{
  "name": "GiftHub — Collaborative Wishlists",
  "short_name": "GiftHub",
  "description": "Create collaborative wishlists, track gift commitments, and coordinate group exchanges with budget-aware splits.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0f1a",
  "theme_color": "#f59e0b",
  "categories": ["shopping", "social", "lifestyle"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg?v=2",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wishlists",
      "short_name": "Wishlists",
      "url": "/",
      "description": "View your wishlists"
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "url": "/shopping_list",
      "description": "Items you've committed to"
    }
  ]
}
