{
  "name": "Church Triumphant Wellington Hub",
  "short_name": "CTW Hub",
  "description": "A mobile-first ministry platform for Scripture, prayer, events, rosters, lessons, and church administration.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#f7f4ec",
  "theme_color": "#0f3f3a",
  "categories": ["productivity", "education", "lifestyle"],
  "shortcuts": [
    {
      "name": "Open Bible",
      "short_name": "Bible",
      "description": "Open the CTW Bible reader.",
      "url": "/?section=Bible",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }]
    },
    {
      "name": "Prayer Requests",
      "short_name": "Prayer",
      "description": "Open prayer requests and praise reports.",
      "url": "/?section=Prayer",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Open church events and RSVP workflows.",
      "url": "/?section=Events",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }]
    }
  ],
  "icons": [
    { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ]
}
