{
  "id": "/crm?call=1",
  "name": "KI-Kongress Call Mode",
  "short_name": "KI Calls",
  "description": "Kontakte des KI-Kongress Stuttgart direkt vom Homescreen abtelefonieren.",
  "start_url": "/crm?call=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#14181d",
  "theme_color": "#14181d",
  "shortcuts": [
    {
      "name": "Call Mode starten",
      "short_name": "Call Mode",
      "url": "/crm?call=1"
    },
    {
      "name": "CRM öffnen",
      "short_name": "CRM",
      "url": "/crm"
    }
  ],
  "icons": [
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
