33 lines
		
	
	
		
			808 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			808 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: VivaldiTechnologies.Vivaldi
 | |
| PackageVersion: 3.7.2218.55
 | |
| FileExtensions:
 | |
| - html
 | |
| - htm
 | |
| - url
 | |
| Protocols:
 | |
| - http
 | |
| - https
 | |
| Commands:
 | |
| - vivaldi
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
| - interactive
 | |
| - silent
 | |
| - silentWithProgress
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.3.7.2218.55.x64.exe
 | |
|   InstallerSha256: 95A6A66092E8194A5F472A11CFF85983171EF7785D736EDBE73A4A34176A5325
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   InstallerSwitches:
 | |
|     Custom: --do-not-launch-chrome --system-level
 | |
|     Silent: --vivaldi-silent
 | |
|     SilentWithProgress: --vivaldi-silent
 | |
|   UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |