{
  "name": "Focus Timer - Pomodoro Technique",
  "short_name": "Focus Timer",
  "description": "An impressive Pomodoro timer to boost your productivity with the Pomodoro Technique.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e74c3c",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🍅</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🍅</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Start",
      "description": "Start a new Pomodoro session",
      "url": "/?action=start",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e74c3c'><path d='M8 5v14l11-7z'/></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 800' style='background: linear-gradient(135deg, %23667eea 0%25, %23764ba2 100%25);'><rect x='50' y='100' width='400' height='600' rx='16' fill='white'/><text x='250' y='150' text-anchor='middle' font-size='24' fill='%23e74c3c'>Focus Timer</text><circle cx='250' cy='350' r='100' fill='none' stroke='%23e74c3c' stroke-width='8'/><text x='250' y='360' text-anchor='middle' font-size='36' fill='%232d3748'>25:00</text></svg>",
      "sizes": "500x800",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
