{
  "name": "CalmNow — Hilfe bei Panik",
  "short_name": "CalmNow",
  "description": "Soforthilfe bei Panik: Atmung, Erdung, EFT-Tapping, Akupressur, Chakra-Klänge, Hypnose, Begleiter-Chat. 13 Sprachen, offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1f2124",
  "theme_color": "#1f2124",
  "lang": "de",
  "categories": [
    "health",
    "lifestyle",
    "medical"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "dir": "auto",
  "shortcuts": [
    {
      "name": "Notfall-Hilfe",
      "short_name": "Notfall",
      "url": "./index.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}