{
    "applinks": {
        "details": [
            {
                "appIDs": [
                    "PZYM8XX95Q.au.com.shiftyjelly.podcasts"
                ],
                "components": [
                    {
                        "/": "/get",
                        "comment": "Matches all share URLs"
                    },
                    {
                        "/": "/redeem/*",
                        "comment": "Matches any URL with a path that starts with /redeem/"
                    },
                    {
                        "/": "/gravatar/oauth",
                        "comment": "Callback URI for Gravatar OAuth"
                    },
                    {
                        "/": "/social/share/show/*",
                        "comment": "Matches any social share URL"
                    },
                    {
                        "/": "/podcast/*",
                        "comment": "Matches all podcast URLs (slug version)"
                    },
                    {
                        "/": "/podcasts/*",
                        "comment": "Matches all podcast URLs (non-slug version)"
                    }
                ]
            }
        ]
    },
    "webcredentials": {
        "apps": [
            "PZYM8XX95Q.au.com.shiftyjelly.podcasts"
        ]
    },
    "appclips": {
        "apps": [
            "PZYM8XX95Q.au.com.shiftyjelly.podcasts.Clip"
        ],
        "details": [
            {
                "appID": "PZYM8XX95Q.au.com.shiftyjelly.podcasts.Clip",
                "components": [
                    {
                        "/": "/discover",
                        "exclude": true,
                        "comment": "Exclude discover page from App Clip"
                    },
                    {
                        "/": "/discover/*",
                        "exclude": true,
                        "comment": "Exclude discover list URLs from App Clip"
                    },
                    {
                        "/": "/podcast/*/*/*/*",
                        "?": { "t": "*,*" },
                        "exclude": true,
                        "comment": "Exclude clip URLs with time range (e.g. t=567,589) from App Clip"
                    },
                    {
                        "/": "/podcasts/*/*",
                        "?": { "t": "*,*" },
                        "exclude": true,
                        "comment": "Exclude non-slug episode URLs with time range from App Clip"
                    }
                ]
            }
        ]
    }
}
