{
  "name": "sm00th protein shake",
  "short_name": "sm00th",
  "description": "Transparent by design. Every ingredient, every gram, every calorie visible before you order.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A3D55",
  "theme_color": "#0A3D55",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Build a shake",
      "short_name": "Build",
      "url": "/build",
      "description": "Go directly to the shake builder"
    },
    {
      "name": "Get recommended",
      "short_name": "Recommend",
      "url": "/recommend",
      "description": "Get an AI recommendation for your goal"
    }
  ]
}
