1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

Add settings.json for extra known marketplaces (#18807)

This commit is contained in:
Will Martin
2026-02-05 21:16:12 -05:00
committed by GitHub
parent 831bde21f6
commit e27627cb00

10
.claude/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extraKnownMarketplaces": {
"bitwarden-marketplace": {
"source": {
"source": "github",
"repo": "bitwarden/ai-plugins"
}
}
}
}