Manifests/MicrosoftEdgeWebView2Runtime.json
{ "Name": "Microsoft Edge WebView2 Runtime", "Source": "https://developer.microsoft.com/en-us/microsoft-edge/webview2/", "Get": { "Update": { "Uri": "https://edgeupdates.microsoft.com/api/products", "Platforms": [ "Windows" ], "Channels": [ "Stable" ], "Architectures": [ "x64", "x86", "ARM64" ], "ReleaseProperty": "Releases", "SortProperty": "ProductVersion", "ContentType": "application/json; charset=utf-8", "DatePattern": "MM/dd/yyyy HH:mm:ss", "FileTypes": "\\.exe$|\\.msi$|\\.msp$|\\.zip$" }, "Download": { "Uri": { "ARM64": "https://go.microsoft.com/fwlink/?linkid=2099616", "x64": "https://go.microsoft.com/fwlink/?linkid=2124701", "x86": "https://go.microsoft.com/fwlink/?linkid=2099617" } } }, "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" ] } } } |