{
  "id": "/",
  "name": "GlassMates - Blind Wine Tasting for Groups",
  "short_name": "GlassMates",
  "description": "Purpose-built for blind wine tasting groups. Create events, score wines blind, and crown a winner.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "food"],
  "background_color": "#F5EFE6",
  "theme_color": "#5A1B26",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Join a tasting",
      "short_name": "Join",
      "description": "Enter a code to join a tasting in progress",
      "url": "/join?source=pwa-shortcut"
    },
    {
      "name": "Host a tasting",
      "short_name": "Host",
      "description": "Create a new blind tasting event",
      "url": "/tasting/create?source=pwa-shortcut"
    },
    {
      "name": "My events",
      "short_name": "Events",
      "description": "Browse your past tasting events",
      "url": "/events?source=pwa-shortcut"
    }
  ]
}
