Templates/MobileApps/Windows/WinGet/Apps/vlc-media-player.json

{
    "$schema": "../Schemas/winGetAppTemplate.schema.json",
    "schemaVersion": "1.0.0",
    "templateId": "vlc-media-player",
    "packageIdentifier": "VideoLAN.VLC",
    "displayName": "VLC media player",
    "publisher": "VideoLAN",
    "description": "Starter-pack WinGet template for VLC media player Win32 packaging.",
    "package": {
        "source": "WinGet",
        "match": {
            "packageIdentifier": "VideoLAN.VLC",
            "architectures": [
                "x64"
            ],
            "installerTypes": [
                "msi",
                "exe"
            ],
            "scope": "machine",
            "locale": "en-US",
            "channel": null
        }
    },
    "install": {
        "command": "winget install --id VideoLAN.VLC --exact --silent --scope machine --accept-package-agreements --accept-source-agreements",
        "experience": "system",
        "restartBehavior": "suppress"
    },
    "uninstall": {
        "command": "winget uninstall --id VideoLAN.VLC --exact --scope machine --silent",
        "behavior": "allow"
    },
    "detection": {
        "strategy": "generated"
    },
    "requirements": {
        "minimumSupportedWindowsRelease": "W10_22H2",
        "architectures": [
            "x64"
        ],
        "minimumFreeDiskSpaceInMB": null,
        "minimumMemoryInMB": null
    },
    "icon": {
        "sourceType": "file",
        "fileName": "../Icons/vlc-media-player.png",
        "notes": "Bundled from IntuneGet public icons."
    },
    "metadata": {
        "categories": [
            "StarterPack",
            "Media"
        ],
        "tags": [
            "starter-pack",
            "media",
            "video"
        ],
        "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/v/VideoLAN/VLC",
            "versionPath": "manifests/v/VideoLAN/VLC",
            "installerFile": null,
            "localeFile": null
        },
        "selectedInstaller": {
            "Architecture": "x64",
            "Scope": "machine",
            "InstallerLocale": "en-US",
            "InstallerType": "msi",
            "InstallerUrl": null,
            "InstallerSha256": null,
            "ProductCode": null,
            "PackageFamilyName": null,
            "NestedInstallerType": null,
            "AppsAndFeaturesEntry": []
        }
    }
}