{
  "name": "Prevail App",
  "short_name": "Prevail App",
  "description": "A faith-centered daily wellness companion for Christians.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#fbfbfd",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "icons": [
    {
      "src": "public/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/apple-touch-icon-solid.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "public/apple-touch-icon-bg.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
