{
    "name": "Walk With Him - Your Daily Spiritual Journey",
    "short_name": "Walk With Him",
    "description": "Join Walk With Him for daily scripture, prayer, study tracks, and community. Grow your faith with personalized spiritual growth plans.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0E0B08",
    "theme_color": "#E2B840",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["lifestyle", "education", "health_and_fitness", "social"],
    "icons": [
        {
            "src": "/assets/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/assets/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Walk With Him mobile app showing daily scripture and prayer features"
        },
        {
            "src": "/assets/screenshot-desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Walk With Him desktop app with study circles and community features"
        }
    ],
    "shortcuts": [
        {
            "name": "Daily Word",
            "short_name": "Word",
            "description": "Read today's scripture and reflection",
            "url": "/home",
            "icons": [
                {
                    "src": "/assets/shortcut-daily.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Prayer Wall",
            "short_name": "Prayer",
            "description": "View and add prayer requests",
            "url": "/prayer",
            "icons": [
                {
                    "src": "/assets/shortcut-prayer.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Bible Reading",
            "short_name": "Bible",
            "description": "Read sacred scriptures",
            "url": "/bible",
            "icons": [
                {
                    "src": "/assets/shortcut-bible.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Study Circles",
            "short_name": "Circles",
            "description": "Join study groups and discussions",
            "url": "/circles",
            "icons": [
                {
                    "src": "/assets/shortcut-circles.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.walkwithhim.app",
            "id": "com.walkwithhim.app"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/app/walk-with-him/id123456789"
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "protocol_handlers": [
        {
            "protocol": "web+walkwithhim",
            "url": "/handle?type=%s"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": ["image/*"]
                }
            ]
        }
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "handle_links": "preferred",
    "capture_links": "existing-client-navigate"
}
