{
  "applinks": {
    "details": [
      {
        "appID": "JRMKTK4G4N.tech.vance.app",
        "components": [
          {
            "/": "/blog/*",
            "exclude": true,
            "comment": "Excludes all blog-related paths"
          },
          {
            "/": "/*",
            "comment": "Enables all other paths"
          }
        ]
      },
      {
        "appID": "JRMKTK4G4N.tech.vance.app.stage",
        "components": [
          {
            "/": "/blog/*",
            "exclude": true,
            "comment": "Excludes all blog-related paths"
          },
          {
            "/": "/*",
            "comment": "Enables all other paths"
          }
        ]
      },
      {
        "appID": "JRMKTK4G4N.tech.vance.app.debug",
        "components": [
          {
            "/": "/blog/*",
            "exclude": true,
            "comment": "Excludes all blog-related paths"
          },
          {
            "/": "/*",
            "comment": "Enables all other paths"
          }
        ]
      }
    ]
  }
}