{
  "name": "LifeFile Pro - Digital Estate Planning",
  "short_name": "LifeFile Pro",
  "description": "South Africa's premier digital vault for estate planning. Securely manage assets, insurance, investments, and beneficiaries.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/lifefilepro-logo.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your estate overview",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/lifefilepro-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Assets",
      "short_name": "Assets",
      "description": "Manage your assets",
      "url": "/dashboard/assets",
      "icons": [
        {
          "src": "/images/lifefilepro-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Documents",
      "short_name": "Documents",
      "description": "Access your documents",
      "url": "/dashboard/documents",
      "icons": [
        {
          "src": "/images/lifefilepro-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
