{
  "name": "Scott's 50th Birthday Beach Bash",
  "short_name": "Scott's 50th",
  "description": "Guest portal and countdown for Scott's 50th birthday in Santa Rosa Beach, Florida.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#075b6c",
  "theme_color": "#087f8c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}