{
  "name": "CrewVenture",
  "short_name": "CrewVenture",
  "description": "CrewVenture keeps your teams, activities, and finances organized with a single unified workflow.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Community Dashboard",
      "url": "/community",
      "description": "Go directly to community updates"
    },
    {
      "name": "Activities",
      "url": "/activities",
      "description": "Plan and review crew activities"
    }
  ]
}
