mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* 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>
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |