{
  "name": "Pomodoro Timer",
  "short_name": "Pomodoro",
  "description": "A simple Pomodoro timer for productivity",
  "start_url": "./",
  "display": "fullscreen",
  "background_color": "#f44336",
  "theme_color": "#f44336",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
