{
  "name": "Countdown Timer — Free Online Timer with Full-Screen Mode",
  "short_name": "Countdown",
  "description": "Set a countdown in hours, minutes and seconds, switch to stopwatch mode, and run a full-screen timer with a completion chime. Free, no signup.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#9ed6cc",
  "background_color": "#fcfefe",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}