{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appIDs": [
          "TY6PCKS95S.shopmy.development",
          "TY6PCKS95S.shopmy.staging",
          "TY6PCKS95S.shopmy.production"
        ],
        "components": [
          {
            "#": "no_universal_links",
            "exclude": true,
            "comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link."
          },

          { "/": "/shop/circles*", "exclude": true, "comment": "EXCLUDED - /shop/circles and children stay in browser." },

          { "/": "/collections/public/*", "exclude": true, "comment": "EXCLUDED - Web-only variant." },
          { "/": "/collections/quick/*",  "exclude": true, "comment": "EXCLUDED - Web-only variant." },
          { "/": "/collections/embed/*",  "exclude": true, "comment": "EXCLUDED - Web-only variant." },

          { "/": "/collections/*", "comment": "Deep link collection detail pages (e.g. /collections/:id)." },
          { "/": "/shop", "comment": "Root shopper home (/shop)." },
          { "/": "/shop/product/*", "comment": "Product detail pages (/shop/product/:id)." },
          { "/": "/shop/collections/*", "comment": "Shop collection pages (/shop/collections/:id)." },
          { "/": "/shop/*", "comment": "Creator storefronts at /shop/:username and other supported shop deep links." },

          { "/": "/opportunities/*", "comment": "Opportunities deep links." },
          { "/": "/opportunity/*", "comment": "Specific opportunity deep links." },
          { "/": "/latest", "comment": "Latest/news tab." },
          { "/": "/collaborations", "comment": "Collaborations portal root." },
          { "/": "/collaboration/*", "comment": "Collaboration detail pages." },
          { "/": "/c/*", "comment": "Short collection URLs." },
          { "/": "/discover", "comment": "Discover page." },
          { "/": "/discover/*", "comment": "Discover list pages." },
          { "/": "/links/*", "comment": "Links." },
          { "/": "/link/*", "comment": "Single Link Page (mobile only)." },
          { "/": "/pin/*", "comment": "Single Pin Page (mobile only)." },
          { "/": "/settings/*", "comment": "Settings." },
          { "/": "/payouts/*", "comment": "Earnings / payouts." },
          { "/": "/partners/*", "comment": "Partners portal." },
          { "/": "/me/*", "comment": "Me tab deep links, including orders." },
          { "/": "/chat", "comment": "Chat root (expects ?query=... and/or ?Brand_id=...). Apple AASA does not match a bare /chat against /chat/*, so list it explicitly." },
          { "/": "/chat/*", "comment": "Chat deep links (expects ?query=...)." },
          { "/": "/social_auth/tiktok", "comment": "TikTok auth." },
          { "/": "/invite/*", "comment": "Refer and Earn." },

          { "/": "/smtp/*", "comment": "Testing prefix for new deep links; processUrl strips /smtp/." }
        ]
      }
    ]
  },
  "webcredentials": {
    "apps": [
      "TY6PCKS95S.shopmy.development",
      "TY6PCKS95S.shopmy.staging",
      "TY6PCKS95S.shopmy.production"
    ]
  }
}
