{
  "name": "Countdown",
  "short_name": "Countdown",
  "description": "Track the world's biggest countdowns. Game releases, movie premieres, live events, and custom timers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "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"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "5 Minute Timer",
      "short_name": "5 min",
      "url": "/5m",
      "description": "Start a 5 minute countdown"
    },
    {
      "name": "25 Minute Timer",
      "short_name": "25 min",
      "url": "/25m",
      "description": "Start a 25 minute Pomodoro session"
    },
    {
      "name": "1 Hour Timer",
      "short_name": "1 hour",
      "url": "/1h",
      "description": "Start a 1 hour countdown"
    }
  ]
}
