{
  "name": "Kostenlos Rechner – Online Tools",
  "short_name": "kostenlos·rechner",
  "description": "24+ kostenlose Online-Rechner und Tools – BMI, MwSt, Pomodoro, JSON, Passwort und mehr.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAFAF9",
  "theme_color": "#047857",
  "orientation": "any",
  "lang": "de",
  "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" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "BMI Rechner",
      "short_name": "BMI",
      "description": "Body-Mass-Index berechnen",
      "url": "/bmi-rechner.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "MwSt Rechner",
      "short_name": "MwSt",
      "description": "Brutto, Netto, Mehrwertsteuer",
      "url": "/mwst-rechner.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pomodoro Timer",
      "short_name": "Pomodoro",
      "description": "25/5 Fokus-Timer",
      "url": "/pomodoro-timer.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Passwort Generator",
      "short_name": "Passwort",
      "description": "Sichere Passwörter erstellen",
      "url": "/passwort-generator.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "productivity", "tools"],
  "prefer_related_applications": false
}
