portwarden: Add version 1.0.0 (#3835)

* Add manifest for portwarden app


Add dependency: bitwarden-cli

* Apply suggestions from code review

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Moritz Meier 2022-09-05 08:02:29 +02:00 committed by GitHub
parent 7cef95f2e6
commit 934da8cb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/portwarden.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "1.0.0",
"description": "Create Encrypted Backups of Your Bitwarden Vault with Attachments",
"homepage": "https://github.com/vwxyzjn/portwarden",
"license": "MIT",
"depends": "bitwarden-cli",
"architecture": {
"32bit": {
"url": "https://github.com/vwxyzjn/portwarden/releases/download/1.0.0/portwarden_windows_386.exe#/portwarden.exe",
"hash": "358e9591939cf69600a7ed0cd6ddd9951abdff9bf728635326fd293d4828c4cd"
},
"64bit": {
"url": "https://github.com/vwxyzjn/portwarden/releases/download/1.0.0/portwarden_windows_amd64.exe#/portwarden.exe",
"hash": "8477ccab21716a6c3f89302dd44756ae05181d9ec34ccd3aad22a9b43bf79ef6"
}
},
"bin": "portwarden.exe",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/vwxyzjn/portwarden/releases/download/$version/portwarden_windows_386.exe"
},
"64bit": {
"url": "https://github.com/vwxyzjn/portwarden/releases/download/$version/portwarden_windows_amd64.exe"
}
}
}
}