{
  "name": "Advisor Toolbox – TAC",
  "short_name": "Advisor Tools",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0d6efd",
  "icons": [
    // 1. Minimum REQUIRED size for installability on most platforms
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    // 2. REQUIRED size for splash screens and high-resolution
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    // 3. CRUCIAL for adaptive icons on modern Android (Maskable)
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable" 
    }
    /* 4. OPTIONAL: If you have a 1024x1024 icon, add it here for best quality
    ,
    {
      "src": "icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
    */
  ]
}