{
  "name": "KPI Tracker",
  "short_name": "KPI Tracker",
  "start_url": "index.html?v=15", 
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a1628",
"icons": [
    {
      "src": "icon-new.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any" 
    },
    {
      "src": "icon-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
]
}