{
  "name": "Ash Daily",
  "short_name": "Ash Daily",
  "description": "Personal daily tracker — steps, workouts, meals, grocery",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1D9E75",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Steps",
      "url": "/?tab=today",
      "description": "Jump straight to step tracking"
    },
    {
      "name": "Workout",
      "url": "/?tab=workout",
      "description": "View today's workout"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"]
}
