{
  "name": "ClockAura — Online Timers, Stopwatches & Countdowns",
  "short_name": "ClockAura",
  "description": "Premium online timers, stopwatches, pomodoros, alarms and countdowns. Built for focus.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06070D",
  "theme_color": "#06070D",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Pomodoro", "url": "/pomodoro-timer" },
    { "name": "Countdown", "url": "/countdown-timer" },
    { "name": "Stopwatch", "url": "/stopwatch" },
    { "name": "Alarm Clock", "url": "/alarm-clock" }
  ]
}
