{
  "name": "PomoHarbor",
  "short_name": "PomoHarbor",
  "id": "/",
  "description": "Real-Time Multi-Timer, Pomodoro & Flowtunes Workspace",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f0e17",
  "theme_color": "#0f0e17",
  "scope": "./",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "./icons/pomo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/pomo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/pomo-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/pomo-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/pwa-screenshot-1.png",
      "sizes": "360x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Timers & Stopwatches"
    },
    {
      "src": "./icons/pwa-screenshot-2.png",
      "sizes": "360x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pomodoro Focus"
    },
    {
      "src": "./icons/pwa-screenshot-3.png",
      "sizes": "360x800",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Profile & Settings"
    }
  ],
  "shortcuts": [
    {
      "name": "Timers",
      "short_name": "Timers",
      "description": "Open stopwatches and timers",
      "url": "./#timers",
      "icons": [
        {
          "src": "./icons/pomo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pomodoro",
      "short_name": "Pomodoro",
      "description": "Start a focus session",
      "url": "./#pomodoro",
      "icons": [
        {
          "src": "./icons/pomo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
