{
  "name": "Focus Garden - Kanban & Pomodoro",
  "short_name": "Focus Garden",
  "description": "Minimalist natural productivity workspace combining Kanban, Pomodoro Timer, and a cozy virtual Focus Garden.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1c1917",
  "theme_color": "#1c1917",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "url": "/?shortcut=timer",
      "description": "Quickly open the Pomodoro timer"
    },
    {
      "name": "My Garden",
      "short_name": "Garden",
      "url": "/?shortcut=garden",
      "description": "Check on your virtual plants"
    }
  ]
}
