{
  "name": "TrackerHub — Build Better Habits",
  "short_name": "TrackerHub",
  "description": "Track habits, manage to-dos, and visualize your streaks. Build better routines every day.",
  "start_url": "/today",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fef7ff",
  "theme_color": "#5300b7",
  "lang": "en",
  "scope": "/",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Habits",
      "short_name": "Today",
      "url": "/today",
      "description": "View and complete today's habits"
    },
    {
      "name": "To-dos",
      "short_name": "To-dos",
      "url": "/todos",
      "description": "Manage your to-do list"
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "url": "/stats",
      "description": "View your habit statistics"
    }
  ]
}
