{
  "name": "Anchor Habit Tracker",
  "short_name": "Anchor",
  "description": "A calm, offline-capable habit tracker that keeps you grounded.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Habits",
      "short_name": "Today",
      "description": "View and check off today's habits",
      "url": "/"
    }
  ]
}
