diff --git a/extensions/kusutori/bitwarden-for-command-palette/extension.json b/extensions/kusutori/bitwarden-for-command-palette/extension.json new file mode 100644 index 0000000..5284c82 --- /dev/null +++ b/extensions/kusutori/bitwarden-for-command-palette/extension.json @@ -0,0 +1,21 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "kusutori.bitwarden-for-command-palette", + "title": "Bitwarden", + "shortDescription": "Integrates your Bitwarden vault into Windows PowerToys. Search, access, and manage credentials directly from the Command Palette.", + "description": "Bitwarden For Command Palette integrates with the Windows Command Palette to bring your password vault directly into your workflow. It allows you to search logins, cards, and identities, copy TOTP codes with live countdowns, and manage vault items (CRUD) with lightning speed. Supports Windows Hello (via bw-bio) and custom CLI configurations.", + "author": { + "name": "kusutori", + "url": "https://github.com/kusutori" + }, + "icon": "icon.png", + "homepage": "https://github.com/kusutori/BitwardenForCommandPalette", + "tags": ["bitwarden", "powertoys","bitwarden-cli","command-palette"], + "categories": ["productivity", "utilities-and-tools"], + "installSources": [ + { + "type": "url", + "uri": "https://github.com/kusutori/BitwardenForCommandPalette/releases/latest" + } + ] +} diff --git a/extensions/kusutori/bitwarden-for-command-palette/icon.png b/extensions/kusutori/bitwarden-for-command-palette/icon.png new file mode 100644 index 0000000..dfcffe0 Binary files /dev/null and b/extensions/kusutori/bitwarden-for-command-palette/icon.png differ diff --git a/extensions/kusutori/bitwarden-for-command-palette/screenshots/01-login.png b/extensions/kusutori/bitwarden-for-command-palette/screenshots/01-login.png new file mode 100644 index 0000000..dc01885 Binary files /dev/null and b/extensions/kusutori/bitwarden-for-command-palette/screenshots/01-login.png differ diff --git a/extensions/kusutori/bitwarden-for-command-palette/screenshots/02-main.png b/extensions/kusutori/bitwarden-for-command-palette/screenshots/02-main.png new file mode 100644 index 0000000..8128441 Binary files /dev/null and b/extensions/kusutori/bitwarden-for-command-palette/screenshots/02-main.png differ diff --git a/extensions/kusutori/bitwarden-for-command-palette/screenshots/03-generate.png b/extensions/kusutori/bitwarden-for-command-palette/screenshots/03-generate.png new file mode 100644 index 0000000..8f19c53 Binary files /dev/null and b/extensions/kusutori/bitwarden-for-command-palette/screenshots/03-generate.png differ diff --git a/extensions/kusutori/bitwarden-for-command-palette/screenshots/04-settings.png b/extensions/kusutori/bitwarden-for-command-palette/screenshots/04-settings.png new file mode 100644 index 0000000..f15c91a Binary files /dev/null and b/extensions/kusutori/bitwarden-for-command-palette/screenshots/04-settings.png differ