{
  "name": "FocusDrop — Pomodoro Timer",
  "short_name": "FocusDrop",
  "description": "A tiny, distraction-free Pomodoro timer to help you stay focused. Built as a Microsoft Store demo app.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0078d4",
  "lang": "en-US",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "icons/screenshot-1.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
  ]
}
