Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6978,6 +6978,12 @@
"fileMatch": ["wrangler.json", "wrangler.jsonc", "wrangler.toml"],
"url": "https://www.unpkg.com/wrangler/config-schema.json"
},
{
"name": "XenForo add-on manifest",
"description": "A manifest describing a XenForo add-on",
"fileMatch": ["**/src/addons/**/addon.json"],
Comment thread
jerpr marked this conversation as resolved.
"url": "https://docs.xenforo.com/schema/addon.schema.json"
},
{
"name": "JSON-stat 2.0",
"description": "JSON-stat 2.0",
Expand Down
Loading