{
  "name": "CULINATH",
  "short_name": "CULINATH",
  "description": "Comprehensive recipe and menu management application for chefs and restaurants",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "description": "View dashboard"
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "url": "/recipes",
      "description": "Manage recipes"
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "url": "/inventory",
      "description": "Check inventory"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}