{
  "name": "Habbit - AI Habit Companion",
  "short_name": "Habbit",
  "description": "Your AI-powered habit companion with emotional support",
  "theme_color": "#f97316",
  "background_color": "#fff7ed",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/",
  "categories": ["productivity", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Habit",
      "short_name": "Add Habit",
      "description": "Quickly create a new habit",
      "url": "/?action=add-habit",
      "icons": [{ "src": "/icons/add-habit.png", "sizes": "96x96" }]
    }
  ]
}