{
  "name": "Bearing Fruits",
  "short_name": "Bearing Fruits",
  "description": "A daily devotional app rooted in the nine Fruits of the Spirit — Galatians 5:22-23",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5ECD7",
  "theme_color": "#F5ECD7",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "education", "religion"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
