{
  "name": "FocusTomato — Pomodoro Timer",
  "short_name": "FocusTomato",
  "description": "Free Pomodoro timer for deep work with cloud sync, task tracking and ambient sounds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF8F5",
  "theme_color": "#E8432D",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/timer.png", "sizes": "390x844", "type": "image/png", "label": "Pomodoro Timer" },
    { "src": "/screenshots/blog.png",  "sizes": "390x844", "type": "image/png", "label": "Blog" }
  ],
  "shortcuts": [
    { "name": "Start Timer", "url": "/", "description": "Start a Pomodoro session" },
    { "name": "Blog",        "url": "/blog.html", "description": "Read productivity articles" },
    { "name": "Reports",     "url": "/reports.html", "description": "View your focus stats" }
  ]
}
