{
  "name": "BibleWayChurch",
  "short_name": "BibleWay",
  "description": "Bible Way Restoration Ministries — Your church companion app. Connect with Way AI, explore sermons, events, and fellowship.",
  "start_url": "/wayai.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09061a",
  "theme_color": "#5b1a9a",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "offline_enabled": true,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Way AI Chat",
      "short_name": "Way AI",
      "url": "/wayai.php",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard.php",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "url": "/events.php",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}