{
  "name": "AI Readiness",
  "icons": [{
    "src": "/appicon.png",
    "type": "image/png",
    "sizes": "192x192"
  }],
  "splash_screens": [{
    "src": "/splash.png",
    "type": "image/png",
    "sizes": "1080x1920"
  }],
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/index.html",
  "theme_color": "#667DE8",
  "background_color": "#667DE8"
}