{
  "name": "MarketSmart Dashboard",
  "short_name": "MarketSmart",
  "theme_color": "#000000",
  "lang": "en-US",
  "background_color": "#ffffff",
  "orientation": "any",
  "display": "standalone",
  "dir": "auto",
  "start_url": "/",
  "icons": [
    {
      "src": "/logos/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "/logos/marketsmart-icon-maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/logos/apple-touch-icon-512x512.png",
      "type": "image/png"
    }
  ]
}