{
  "id": "com.worsship.app",
  "name": "Worsship",
  "short_name": "Worsship",
  "description": "Short-form spiritual content. Sermons, worship, testimonies and prayer — all in one place. Built for the faith community.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "dir": "ltr",
  "lang": "en-NG",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#2B04DB",
  "background_color": "#000000",
  "categories": ["entertainment", "lifestyle", "social"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Discover creators and trending content",
      "icons": [{ "src": "/icons/shortcut-explore.png", "sizes": "96x96" }]
    },
    {
      "name": "Live Events",
      "short_name": "Live",
      "url": "/explore?tab=live",
      "description": "Watch live worship events",
      "icons": [{ "src": "/icons/shortcut-live.png", "sizes": "96x96" }]
    },
    {
      "name": "Upload Video",
      "short_name": "Upload",
      "url": "/upload",
      "description": "Share your ministry",
      "icons": [{ "src": "/icons/shortcut-upload.png", "sizes": "96x96" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/feed-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Watch spiritual content on your feed"
    },
    {
      "src": "/screenshots/explore-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover creators and trending videos"
    },
    {
      "src": "/screenshots/live-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Join live worship events"
    },
    {
      "src": "/screenshots/feed-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Worsship on desktop"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+worsship",
      "url": "/?uri=%s"
    }
  ],
  "serviceworker": {
  "src": "/sw.js",
  "scope": "/",
  "update_via_cache": "none"
}
}