{
  "id": "/",
  "name": "EatoBiotics",
  "short_name": "EatoBiotics",
  "description": "Your gut health food system — track your plate, plants, and daily wellbeing.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#56C135",
  "orientation": "portrait-primary",
  "categories": ["health", "food"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Plate",
      "url": "/myplate",
      "description": "Open your daily plate"
    },
    {
      "name": "Take Assessment",
      "url": "/assessment",
      "description": "Take the gut health assessment"
    }
  ]
}
