{
  "name": "30-Day Routine Tracker",
  "short_name": "Routine Tracker",
  "description": "Track your daily routines for 30 days to build healthy habits",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a6bff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./favicon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    }
  ]
} 