{
  "name": "Onshore Cellars Wine Academy",
  "short_name": "Wine Academy",
  "description": "Wine training and service tools for yacht crew.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#011638",
  "theme_color": "#011638",
  "categories": ["education", "lifestyle", "food"],
  "lang": "en",
  "icons": [
    {
      "src": "/onshore-cellars-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/onshore-cellars-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's wine quiz",
      "url": "/daily-challenge"
    },
    {
      "name": "Scan a Label",
      "short_name": "Scan",
      "description": "Identify any wine bottle",
      "url": "/label-scanner"
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "description": "Spaced-repetition study cards",
      "url": "/flashcards"
    },
    {
      "name": "AI Sommelier",
      "short_name": "AI",
      "description": "Ask anything about wine",
      "url": "/wine-ai"
    }
  ]
}
