: You can find this unique identifier in the "Packages" section of your app manifest designer in Visual Studio.
Once you upload the windows-app-web-link file to your server, Windows typically verifies it within .
: This file must not have a .json file extension. Download windows app web link[1] json
The core of this integration is a file that windows-app-web-link .
[ { "packageFamilyName": "Your_App_Package_Family_Name_9jmtgj1pbbz6e", "paths": [ "*" ], "excludePaths": [ "/news/*", "/blog/*" ], "allowSubdomains": true } ] Use code with caution. Copied to clipboard : You can find this unique identifier in
: Set to true if your app should handle links from subdomains like *.example.com . 3. Deployment and Validation
: It must be hosted at the root of your web server or in a .well-known directory on your domain. The core of this integration is a file
For more technical details on implementation, you can refer to the official documentation on Enabling apps for websites from Microsoft Learn . Enable apps for websites using app URI handlers