{
  "id": "/?source=pwa",
  "name": "CityLight Community Church",
  "short_name": "CityLight",
  "description": "A modern, bilingual community church — prayers, sermons, events, and fellowship.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#020617",
  "theme_color": "#020617",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "education", "social"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming services and gatherings",
      "url": "/events?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sermons",
      "short_name": "Sermons",
      "description": "Listen to recent sermons",
      "url": "/sermons?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prayers",
      "short_name": "Prayers",
      "description": "Share a prayer request",
      "url": "/prayers?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": [
    {
      "name": "Share a Prayer",
      "action": "/share/prayer",
      "method": "GET",
      "params": { "title": "title", "text": "text", "url": "url" }
    },
    {
      "name": "Look up a Verse",
      "action": "/share/verse",
      "method": "GET",
      "params": { "title": "title", "text": "text", "url": "url" }
    },
    {
      "name": "Add a Sermon",
      "action": "/share/sermon",
      "method": "GET",
      "params": { "title": "title", "text": "text", "url": "url" }
    }
  ]
}
