* Add Cobian Backup 11.2.0.582 + txtt file for unattended install * Add Cobian Backup 11.2.0.582 * Add Cobian Backup 11.2.0.582 * Add Cobian Backup 11.2.0.582 * Add Cobian Backup 11.2.0.582 * Add Cobian Backup 11.2.0.582 (fixed YAML manifest) * Add Cobian Backup 11.2.0.582 (Changed Id) * Add Cobian Backup 11.2.0.582 (Changed Id & Name) * Add Cobian Backup 11.2.0.582 (changed folder structure) * Add Cobian Backup 11.2.0.582 (changed Id) * Add Cobian Backup 11.2.0.582 (Updated manifest) * Delete 11.2.0.582.yaml * New hash fix for Google Chrome
34 lines
1.4 KiB
YAML
34 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 # 85.0.4183.102
|
|
|
|
InstallerType: msi
|
|
Installers:
|
|
- Arch: x64
|
|
Url: https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise64.msi
|
|
Sha256: 43F1E6481A9F537D1591469124AFB9F804C830C6D38AF2820971947469DC2F3A
|
|
Scope: machine
|
|
Language: en-US
|
|
#- 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 |