{
  "applinks": {
    "details": [
      {
        "appIDs": ["TRS65ZWX9Z.com.snickitybit.Ask-The-Word"],
        "components": [
          { "/": "/s/*" },
          { "/": "/share/*", "exclude": true },
          { "/": "/api/*",   "exclude": true },
          { "/": "/private/*", "exclude": true }
        ],
        "paths": [
          "/s/*",
          "NOT /share/*",
          "NOT /api/*",
          "NOT /private/*"
        ]
      }
    ]
  }
}
