{
  "name": "TimerFlow - Online Timer & Pomodoro",
  "short_name": "TimerFlow",
  "description": "Free online timer with countdown, Pomodoro technique, and stopwatch. Boost your productivity with our beautiful, ad-supported timer application.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TimerFlow on Desktop"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TimerFlow on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Open countdown timer",
      "url": "/?mode=countdown",
      "icons": [
        {
          "src": "/icon-timer.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pomodoro",
      "short_name": "Pomodoro",
      "description": "Start Pomodoro session",
      "url": "/?mode=pomodoro",
      "icons": [
        {
          "src": "/icon-pomodoro.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Stopwatch",
      "short_name": "Stopwatch",
      "description": "Open stopwatch",
      "url": "/?mode=stopwatch",
      "icons": [
        {
          "src": "/icon-stopwatch.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "features": [
    "Countdown Timer",
    "Pomodoro Technique",
    "Stopwatch",
    "Sound Alerts",
    "Dark Mode",
    "Keyboard Shortcuts",
    "Fullscreen Mode",
    "Preset Timers"
  ]
}
