39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Mozilla.Firefox
 | |
| PackageVersion: 81.0.1
 | |
| FileExtensions:
 | |
| - html
 | |
| - htm
 | |
| - url
 | |
| Protocols:
 | |
| - http
 | |
| - https
 | |
| Commands:
 | |
| - firefox
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: msi
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/81.0.1/win64/en-US/Firefox%20Setup%2081.0.1.msi
 | |
|   InstallerSha256: 19C6AEA9B7FE2FD7C7E5EA56714D7E83D4C0319C974B6E547C94A1A84AA8DECD
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
| - Architecture: x86
 | |
|   InstallerType: msi
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/81.0.1/win32/en-US/Firefox%20Setup%2081.0.1.msi
 | |
|   InstallerSha256: 25F933BBB8239B3FB533BC8A03CB8912AC0556375F6A416E132646D5FF12D018
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
| - Architecture: arm64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/81.0.1/win64-aarch64/en-US/Firefox%20Setup%2081.0.1.exe
 | |
|   InstallerSha256: 7E4D198F0783575283F45C9E7FB0930AC3D2CEDCA6D482935EFE3A01298FEA71
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   InstallerSwitches:
 | |
|     Silent: /S
 | |
|     SilentWithProgress: /S
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |