{
  "name": "Chrono Timer — Free Online Timer with Alarm",
  "short_name": "Chrono Timer",
  "description": "Free online timer with alarm. Countdown, stopwatch, clock, pomodoro and interval timer — fully customizable, works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f11",
  "theme_color": "#0f0f11",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Pomodoro Timer", "url": "/pomodoro/", "description": "Start a pomodoro focus session" },
    { "name": "Stopwatch", "url": "/stopwatch/", "description": "Open the stopwatch" },
    { "name": "5 Minute Timer", "url": "/timer/5-minutes/", "description": "Start a 5 minute countdown" }
  ]
}
