{
  "name": "Anti-Stress App",
  "short_name": "AntiStress",
  "description": "60+ Ratgeber zu Stress, Schlaf & Entspannung — kostenlos, offline, kein Login",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "theme_color": "#0a0a0a",
  "background_color": "#ffffff",
  "lang": "de",
  "orientation": "any",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sofort entspannen",
      "short_name": "Entspannen",
      "description": "Schnelle Entspannungstechniken für sofortige Wirkung",
      "url": "/tipps/schnell-entspannen/",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schlaf-Tipps",
      "short_name": "Schlaf",
      "description": "Tipps zum besseren Einschlafen und Durchschlafen",
      "url": "/schlaf/einschlafen-tipps/",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Stress-Test",
      "short_name": "Stress-Test",
      "description": "Wie gestresst bist du wirklich?",
      "url": "/tools/stress-test/",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["health", "lifestyle"],
  "scope": "/",
  "id": "/?source=pwa"
}
