{
  "name": "BroadwayLog",
  "short_name": "BroadwayLog",
  "description": "Log, rate, and share your theatre experiences.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#0f0f1a",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your theatre stats"
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "url": "/journal",
      "description": "Browse your journal entries"
    },
    {
      "name": "Theatres",
      "short_name": "Theatres",
      "url": "/theatres",
      "description": "Explore theatres"
    }
  ]
}
