: It must be hosted at the root of your web server or in a .well-known directory on your domain.
[ { "packageFamilyName": "Your_App_Package_Family_Name_9jmtgj1pbbz6e", "paths": [ "*" ], "excludePaths": [ "/news/*", "/blog/*" ], "allowSubdomains": true } ] Use code with caution. Copied to clipboard Download windows app web link[1] json
: You can find this unique identifier in the "Packages" section of your app manifest designer in Visual Studio. : It must be hosted at the root of your web server or in a
: If multiple apps claim the same domain, the user is prompted to choose a default. "paths": [ "*" ]
Once you upload the windows-app-web-link file to your server, Windows typically verifies it within .
: Set to true if your app should handle links from subdomains like *.example.com . 3. Deployment and Validation