ToolJet/server/templates/url-splitter-and-parser/manifest.json
Abhinaba Adhikari 4b6fe67724
Fix spelling of Transportation logistics tracker (#11626)
* Fix spelling of Transportation logistics tracker

* Fix spelling for 3 other templates

* Bump version to 3.2.2

---------

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2024-12-17 18:04:06 +05:30

16 lines
No EOL
359 B
JSON

{
"name": "URL splitter and parser",
"description": "Break down URLs into individual components for easy analysis and debugging in web development.",
"widgets": [
"Table",
"Container"
],
"sources": [
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "url-splitter-and-parser",
"category": "developer-utilities"
}