diff --git a/0.13/lists/curations-0.13.json b/0.13/lists/curations-0.13.json index 705955f..564d1f1 100644 --- a/0.13/lists/curations-0.13.json +++ b/0.13/lists/curations-0.13.json @@ -77,6 +77,15 @@ "document", "office" ] + }, + { + "toolListUrl": "https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json", + "toolId": "matthme.presence", + "versionBranch": "0.10.x", + "tags": [ + "video calls", + "screen sharing" + ] } ] } diff --git a/0.13/modify/curations-0.13.ts b/0.13/modify/curations-0.13.ts index a122fa5..9664876 100644 --- a/0.13/modify/curations-0.13.ts +++ b/0.13/modify/curations-0.13.ts @@ -62,7 +62,21 @@ export default defineCurationLists({ "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", toolId: "sweet", versionBranch: "main", - tags: ["collaboration", "spreadsheet", "table", "data", "document", "office"], + tags: [ + "collaboration", + "spreadsheet", + "table", + "data", + "document", + "office", + ], + }, + { + toolListUrl: + "https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json", + toolId: "matthme.presence", + versionBranch: "0.10.x", + tags: ["video calls", "screen sharing"], }, ], },