{
  "name": "Dauction – Donation-Based Auctions",
  "short_name": "Dauction",
  "description": "Every bid is a donation. Every donor is a winner.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1a2e",
  "theme_color": "#0d6e4f",
  "scope": "/",
  "lang": "en-AU",
  "categories": ["finance", "social", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Campaign",
      "short_name": "Campaign",
      "description": "Go to the current live campaign",
      "url": "/campaign/gala-2026"
    },
    {
      "name": "Donate Now",
      "short_name": "Donate",
      "description": "Go straight to the donation flow",
      "url": "/campaign/gala-2026?donate=true"
    }
  ]
}
