Skip to content

Commit 91bf45a

Browse files
committed
Add Dscryb to list of supported VTT sites
1 parent 829f051 commit 91bf45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DNDBEYOND_FEATS_URL = "*://*.dndbeyond.com/feats/*";
1515
CHANGELOG_URL = "https://beyond20.here-for-more.info/update";
1616
DISCORD_BOT_INVITE_URL = "https://beyond20.kicks-ass.org/invite";
1717
DISCORD_BOT_API_URL = "https://beyond20.kicks-ass.org/roll";
18-
SUPPORTED_VTT_URLS = ["https://harpy.gg/*", "https://app.alchemyrpg.com/game/*"];
18+
SUPPORTED_VTT_URLS = ["https://harpy.gg/*", "https://app.alchemyrpg.com/game/*", "https://dscryb.com/*"];
1919

2020

2121
BUTTON_STYLE_CSS = `

0 commit comments

Comments
 (0)