{
  "name": "Progressive Pomodoro",
  "short_name": "ProgPomo",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FDF9F1",
  "theme_color": "#F2A2A2",
  "description": "Adaptive focus timer based on the Progressive Pomodoro technique.",
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
