35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
# ================== General ==================
|
|
Id: Google.Chrome
|
|
Publisher: Google
|
|
Name: Google Chrome
|
|
Author: Google
|
|
Description: A fast, secure, and free web browser built for the modern web. Chrome syncs bookmarks across all your devices, fills out forms automatically, and so much more.
|
|
AppMoniker: googlechrome
|
|
Tags: Browser, Google, Chromium
|
|
FileExtensions: html, htm, url
|
|
Protocols: http, https
|
|
|
|
# ================== License ==================
|
|
Homepage: https://www.google.com/chrome/
|
|
License: Proprietary freeware, based on open source components
|
|
LicenseUrl: https://www.google.com/chrome/terms/
|
|
|
|
# ================= Installer =================
|
|
MinOSVersion: 10.0.0.0
|
|
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
|
Version: latest # 87.0.4280.88
|
|
|
|
InstallerType: msi
|
|
Installers:
|
|
- Arch: x64
|
|
Url: https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise64.msi
|
|
Sha256: 14C7EC701D67F35DF7A01F3E460B353364EE063396BDAB29044DD13947045CDA
|
|
Scope: machine
|
|
Language: en-US
|
|
ProductCode: "{56CF9805-415B-3B7A-A1BD-DC14F7E8FAB6}"
|
|
#- Arch: x86 # Support for multiple installers are not supported in this preview (5/24/2020)
|
|
#Url: https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise.msi
|
|
#Sha256: d31d18ee9cea7075fc82561674ff1843ffb1ee1be6406d470b523f25306c6df8
|
|
#Scope: machine
|
|
#Language: en-US
|
|
# ManifestVersion: 0.1.0 |