{ "applinks": { "details": [ { "appIDs": ["CJU5983Y63.app.northbound.prod", "CJU5983Y63.app.northbound.staging"], "components": [ { "#": "no_universal_links", "exclude": true, "comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link" }, { "/": "/stock/*", "comment": "Matches any URL whose path starts with /stock/ to open the stock detail screen" }, { "/": "/feed/post/*", "comment": "Matches any URL whose path starts with /feed/post/ to open the post detail screen" }, { "/": "/profile/*", "comment": "Matches any URL whose path starts with /profile/ to open the profile detail screen" }, { "/": "/user/*", "comment": "Matches any URL whose path starts with /user/ to open the profile detail screen" }, { "/": "/deposit", "comment": "Matches any URL whose path starts with /deposit to open the deposit screen" }, { "/": "/blog/*", "comment": "Matches any URL whose path starts with /blog/ to open the contentful post screen" }, { "/": "/article/*", "comment": "Matches any URL whose path starts with /article/ to open the article detail screen" }, { "/": "/themes", "comment": "Matches any URL whose path starts with /themes to open the investment themes screen" }, { "/": "/login", "comment": "Matches any URL whose path starts with /login to open the login screen" }, { "/": "/settings", "comment": "Matches any URL whose path starts with /settings to open the settings screen" }, { "/": "/settings/*", "comment": "Matches any URL whose path starts with /settings/* to open a child settings screen" }, { "/": "/transaction_history", "comment": "Matches any URL whose path starts with /transaction_history to open transaction history screen" }, { "/": "/activity_inbox", "comment": "Matches any URL whose path starts with /activity_inbox to go to activity inbox tab" } ] } ] } }