{
  "name": "GlowClock – Free Online Clock & Timer",
  "short_name": "GlowClock",
  "description": "Free fullscreen clock, Pomodoro timer, countdown timer, alarm clock and stopwatch. No download, no sign-up.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "25 Minute Timer",
      "short_name": "25 Min",
      "description": "Start a 25-minute Pomodoro timer",
      "url": "/25-minute-timer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Online Timer",
      "short_name": "Timer",
      "description": "Set a custom countdown timer",
      "url": "/online-timer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Alarm Clock",
      "short_name": "Alarm",
      "description": "Set an online alarm",
      "url": "/online-alarm-clock",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stopwatch",
      "short_name": "Stopwatch",
      "description": "Free online stopwatch with laps",
      "url": "/stopwatch-online",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
