{
  "name": "Blink Deal",
  "short_name": "Blink Deal",
  "description": "Grab amazing last-minute deals from local businesses in a blink!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-AU",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Deals",
      "url": "/",
      "description": "Browse the latest last-minute deals"
    },
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your bookings"
    }
  ]
}
