{
  "name": "Salt",
  "short_name": "Salt",
  "description": "Daily Christ-centered spiritual growth for every believer, everywhere.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "_comment_links": "handle_links + launch_handler let ANDROID open saltapp.co links (invite links included) straight into the installed app instead of a browser tab. iOS ignores both: Apple provides no way to deep-link into an installed PWA, so on iPhone an invite link always opens Safari. Push notifications are the one exception Apple allows, and those do open the app.",
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Worship",
      "short_name": "Worship",
      "description": "Open worship songs",
      "url": "/"
    },
    {
      "name": "Prayer Journal",
      "short_name": "Prayer",
      "description": "Open prayer journal",
      "url": "/"
    }
  ]
}
