{
  "name": "LeadKing",
  "short_name": "LeadKing",
  "description": "CRM für Immobilienmakler - Leads, Objekte, Kunden verwalten",
  "start_url": "/dashboard",
  "display": "standalone",
  "gcm_sender_id": "103953800507",
  "background_color": "#0f172a",
  "theme_color": "#84cc16",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/leadking-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/leadking-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/leadking-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "de",
  "dir": "ltr",
  "scope": "/",
  "id": "leadking-crm",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Zum Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "Leads verwalten",
      "url": "/dashboard/leads"
    }
  ],
  "display_override": ["standalone", "minimal-ui"]
}
