{
  "name": "Pomodoro Timer - Privacy-Focused Productivity",
  "short_name": "Pomodoro Timer",
  "description": "A privacy-focused, offline-first Pomodoro timer with custom presets, themes, and keyboard shortcuts",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f4f4",
  "theme_color": "#0078d7",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Quick Timer",
      "short_name": "Quick",
      "description": "Start a quick timer session",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Pomodoro Session",
      "short_name": "Pomodoro",
      "description": "Start a full Pomodoro workflow",
      "url": "/?mode=pomodoro",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}