{
  "name": "Misebot Kitchen",
  "short_name": "Misebot",
  "description": "Professional kitchen management platform with AI-powered recipe assistance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF8F0",
  "theme_color": "#722F37",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["food", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Recipes",
      "url": "/recipes",
      "description": "View your recipe collection"
    },
    {
      "name": "Scan Recipe",
      "url": "/recipe-scanner",
      "description": "Scan a recipe from a photo"
    },
    {
      "name": "Shopping List",
      "url": "/shopping-list",
      "description": "View your shopping list"
    }
  ]
}
