{
  "name": "ZeroFlow - Food Waste Tracker",
  "short_name": "ZeroFlow",
  "description": "Track your food waste with QR codes and AI. See exactly how much money you're losing and get tips to reduce waste globally.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2D5016",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/attached_assets/zeroflow-logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/attached_assets/zeroflow-logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["food", "lifestyle", "utilities", "productivity"],
  "lang": "en",
  "dir": "ltr"
}