{
  "version": 2,
  "tags": [
    {
      "name": "lit-location",
      "description": "Hijacks the global click to all anchor tag to update history without changing page",
      "properties": [
        {
          "name": "path",
          "type": "String",
          "description": "Path of the location",
          "default": "/"
        },
        {
          "name": "query",
          "type": "String",
          "description": "Query string",
          "default": ""
        },
        {
          "name": "hash",
          "type": "String",
          "description": "Hash string",
          "default": ""
        }
      ],
      "events": [],
      "slots": [],
      "cssProperties": []
    }
  ]
}
