{
  "name": "Ask Chef Gaya — Ground Up",
  "short_name": "Chef Gaya",
  "description": "Your personal guide to Ground Up's recipes, fermentation wisdom, and artisan kitchen stories.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fcf9f3",
  "theme_color": "#b8642b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "education"],
  "shortcuts": [
    {
      "name": "Ask a Recipe Question",
      "short_name": "Recipes",
      "description": "Get recipe help from Chef Gaya",
      "url": "/?topic=recipe",
      "icons": [{ "src": "/favicon.svg", "sizes": "64x64" }]
    },
    {
      "name": "Learn About Fermentation",
      "short_name": "Fermentation",
      "description": "Explore fermentation science and tips",
      "url": "/?topic=fermentation",
      "icons": [{ "src": "/favicon.svg", "sizes": "64x64" }]
    }
  ],
  "prefer_related_applications": false
}