{
  "name": "FocusFlow - Pomodoro Timer",
  "short_name": "FocusFlow",
  "description": "A beautiful, modern Pomodoro timer with task management, statistics, and productivity tracking.",
  "start_url": "/pomodoro-time/",
  "scope": "/pomodoro-time/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%230f172a'/%3E%3Ctext x='96' y='140' font-size='140' text-anchor='middle'%3E🍅%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='64' fill='%230f172a'/%3E%3Ctext x='256' y='380' font-size='380' text-anchor='middle'%3E🍅%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Focus",
      "short_name": "Focus",
      "description": "Start a new focus session",
      "url": "/pomodoro-time/?action=start"
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View your productivity reports",
      "url": "/pomodoro-time/reports"
    }
  ]
}