{
  "name": "MomMe - Your AI Parenting Companion",
  "short_name": "MomMe",
  "description": "The brutally honest, supportive AI parenting companion for Gen Z parents. Free, private, and open source.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDF8F4",
  "theme_color": "#1a5a42",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "parenting", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "MomMe Dashboard"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Talk to your AI parenting companion",
      "url": "/chat",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Meals",
      "description": "Plan your family meals",
      "url": "/meals",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Budget Tracker",
      "short_name": "Budget",
      "description": "Track your family expenses",
      "url": "/budget",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
