{
    "name": "Encounter",
    "short_name": "Encounter",
    "description": "Meet God every morning — a 5-minute Bible study app with one verse and one reflection each day.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1F1654",
    "background_color": "#FFFFFF",
    "lang": "en",
    "categories": ["books", "lifestyle", "education"],
    "icons": [
      {
        "src": "/icon.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icon.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icon.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/icon.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ]
  }