Templates/MobileApps/Windows/WinGet/Apps/greenshot.json
|
{
"$schema": "../Schemas/winGetAppTemplate.schema.json", "schemaVersion": "1.0.0", "templateId": "greenshot", "packageIdentifier": "Greenshot.Greenshot", "displayName": "Greenshot", "publisher": "Greenshot", "description": "Starter-pack WinGet template for Greenshot Win32 packaging.", "package": { "source": "WinGet", "match": { "packageIdentifier": "Greenshot.Greenshot", "architectures": [ "x64" ], "installerTypes": [ "inno", "exe" ], "scope": "machine", "locale": "en-US", "channel": null } }, "install": { "command": "winget install --id Greenshot.Greenshot --exact --silent --scope machine --accept-package-agreements --accept-source-agreements", "experience": "system", "restartBehavior": "suppress" }, "uninstall": { "command": "winget uninstall --id Greenshot.Greenshot --exact --scope machine --silent", "behavior": "allow" }, "detection": { "strategy": "generated" }, "requirements": { "minimumSupportedWindowsRelease": "W10_22H2", "architectures": [ "x64" ], "minimumFreeDiskSpaceInMB": null, "minimumMemoryInMB": null }, "icon": { "sourceType": "file", "fileName": "../Icons/greenshot.png", "notes": "Bundled from IntuneGet public icons." }, "metadata": { "categories": [ "StarterPack", "Utilities", "Productivity" ], "tags": [ "starter-pack", "screenshots", "productivity", "utilities" ], "notes": [], "placeholders": { "customNotes": [], "owner": "", "scopeTagIds": [] }, "markers": { "hydration": "Imported by Intune Hydration Kit", "source": "Imported from WinGet" } }, "resolvedPackage": { "packageVersion": "latest", "manifestSource": { "repository": "microsoft/winget-pkgs", "ref": "master", "packagePath": "manifests/g/Greenshot/Greenshot", "versionPath": "manifests/g/Greenshot/Greenshot", "installerFile": null, "localeFile": null }, "selectedInstaller": { "Architecture": "x64", "Scope": "machine", "InstallerLocale": "en-US", "InstallerType": "inno", "InstallerUrl": null, "InstallerSha256": null, "ProductCode": null, "PackageFamilyName": null, "NestedInstallerType": null, "AppsAndFeaturesEntry": [] } } } |