{
  "name": "The Time Resource — Pomodoro Timer",
  "short_name": "Pomodoro",
  "description": "Focus timer with streaks, tags, and rewards. Stay on task, one session at a time.",
  "start_url": "/pomodoro",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f97316",
  "background_color": "#ffffff",
  "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"],
  "shortcuts": [
    {
      "name": "Focus Timer",
      "url": "/pomodoro",
      "description": "Start a Pomodoro focus session"
    }
  ]
}
