{
  "name": "munchinit — AI Meal Planner & Tracker",
  "short_name": "munchinit",
  "description": "Plan meals with AI and track calories, macros, and weight — all in one app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f06a35",
  "orientation": "portrait-primary",
  "categories": ["food", "health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}