{
  "name": "Pomodoro-Timer — in 25 Minuten konzentriert",
  "short_name": "Pomodoro",
  "description": "Kostenloser Pomodoro-Timer online mit animiertem Wecker. 25 Minuten Fokus, 5 Minuten Pause, frei einstellbare Intervalle und Aufgabenplaner. Ohne Anmeldung.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "de/",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B0B0D",
  "theme_color": "#0B0B0D",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Timer online",
      "short_name": "Timer",
      "url": "de/timer/",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Stoppuhr online",
      "short_name": "Stoppuhr",
      "url": "de/stoppuhr/",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}