From acf4e21a5616de86b1cdb41c4c7c1b136f411fe9 Mon Sep 17 00:00:00 2001 From: David Pinheiro Date: Wed, 28 Jan 2026 12:36:35 -0800 Subject: [PATCH] chore(extension): add the darktorch extension Real-time torch timer for Shadowdark RPG, built for the Owlbear Rodeo virtual tabletop. --- extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 763197c..1f80a3f 100644 --- a/extensions.json +++ b/extensions.json @@ -80,5 +80,6 @@ "dice-plus": "https://dice-plus.missinglinkdev.com/store.md", "trackers": "https://trackers.owlbear.rodeo/store.md", "crawl": "https://www.battle-system.com/owlbear/crawl-docs/store.md", - "vagabond": "https://vagabond-extension.onrender.com/store.md" + "vagabond": "https://vagabond-extension.onrender.com/store.md", + "darktorch": "https://davrodpin.github.io/darktorch/docs/STORE.md" }