Manifests/MicrosoftEdge.json

{
    "Name": "Microsoft Edge",
    "Source": "https://www.microsoft.com/edge",
    "Get": {
        "Uri": "https://edgeupdates.microsoft.com/api/products",
        "Views": {
            "Enterprise": "?view=enterprise"
        },
        "Platform": [
            "Windows",
            "Any"
        ],
        "Channels": [
            "Stable",
            "EdgeUpdate",
            "Policy"
        ],
        "Architectures": [
            "x64",
            "x86",
            "any"
        ],
        "ReleaseProperty": "Releases",
        "SortProperty": "ProductVersion",
        "ContentType": "application/json; charset=utf-8",
        "DateTime": "MM/dd/yyyy HH:mm",
        "FileTypes": "\\.exe$|\\.msi$|\\.msp$|\\.zip$"
    },
    "Install": {
        "Setup": "MicrosoftEdge*.msi",
        "Physical": {
            "Arguments": "/passive /norestart DONOTCREATEDESKTOPSHORTCUT=TRUE",
            "PostInstall": [
                "Remove-Item -Path \"$env:Public\\Desktop\\Microsoft Edge.lnk\" -Force -ErrorAction SilentlyContinue"
            ]
        },
        "Virtual": {
            "Arguments": "/passive /norestart DONOTCREATEDESKTOPSHORTCUT=TRUE",
            "PostInstall": [
                "Remove-Item -Path \"$env:Public\\Desktop\\Microsoft Edge.lnk\" -Force -ErrorAction SilentlyContinue"
            ]
        }
    }
}