{
  "name": "CardioPath by BioSignal",
  "short_name": "CardioPath",
  "description": "Your daily heart recovery companion.",
  "start_url": "/heartpath/login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDF8F8",
  "theme_color": "#C0392B",
  "icons": [
    {
      "src": "/biosignal-pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/biosignal-pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open CardioPath",
      "short_name": "CardioPath",
      "url": "/heartpath/login?source=pwa-shortcut"
    }
  ]
}
