{
  "name": "Focus — Pomodoro, Tasks & Stats Timer",
  "short_name": "Focus",
  "description": "A highly-polished vanilla HTML, CSS, and JS Pomodoro timer with a customizable style, stopwatch, tasks list, ambient audio player, and session statistics.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#17110D",
  "theme_color": "#F5701B",
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/1.png",
      "sizes": "1918x964",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Focus timer dashboard"
    },
    {
      "src": "/2.png",
      "sizes": "1918x965",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Focus timer settings"
    },
    {
      "src": "/3.png",
      "sizes": "1918x964",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Focus timer task list"
    },
    {
      "src": "/4.png",
      "sizes": "1918x969",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Focus timer statistics"
    },
    {
      "src": "/5.png",
      "sizes": "1918x961",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Focus timer stopwatch"
    }
  ]
}
