{
  "name": "BigTimer - Online Timer & Stopwatch",
  "short_name": "BigTimer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#6366F1",
  "description": "Free online aesthetic timer, stopwatch, and alarm clock tool.",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Stopwatch",
      "short_name": "Stopwatch",
      "description": "Start the Stopwatch",
      "url": "/stopwatch",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Digital Clock",
      "short_name": "Clock",
      "description": "Open Fullscreen Clock",
      "url": "/clock",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Set Alarm",
      "short_name": "Alarm",
      "description": "Open the Alarm Clock",
      "url": "/alarm",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Box Breathing",
      "short_name": "Breathe",
      "description": "Start Meditation Timer",
      "url": "/box-breathing",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ]
}