{
  "name": "Real Estate CRM Portal",
  "short_name": "CRM Mobile",
  "description": "Hello Address CRM — manage leads, properties, documents and tenants on the go.",
  "start_url": "/admin?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#003da5",
  "lang": "en-ZA",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Leads",
      "url": "/admin/leads",
      "description": "Open the leads pipeline"
    },
    {
      "name": "Messages",
      "url": "/admin/messages",
      "description": "Open team messages"
    },
    {
      "name": "Notifications",
      "url": "/admin/notifications",
      "description": "Open notifications"
    }
  ]
}
