Skip to content

Commit

Permalink
Merge pull request #311 from unoplatform/dev/doti/webmanifest-link
Browse files Browse the repository at this point in the history
docs: Update appxmanifest link
  • Loading branch information
dansiegel authored Aug 14, 2024
2 parents ab50fa3 + 9a4eca5 commit dce3eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/using-uno-resizetizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Next, some adjustments are needed on `Android`, `Windows (WinUI)`, `WebAssembly`
> [!NOTE]
> You will only need to configure this platform if you want to deploy it as a PWA.

* Open the [`manifest.webmanifest` file](https://github.com/unoplatform/uno.resizetizer/blob/main/samples/NewTemplate/Resizetizer.Extensions.Sample.Wasm/manifest.json) and look for the `icons` tag and remove all the values inside it. You should be seeing an empty array like this:
* Open the [`manifest.webmanifest` file](https://github.com/unoplatform/uno.resizetizer/blob/main/samples/NewTemplate/Resizetizer.Extensions.Sample.Wasm/manifest.webmanifest) and look for the `icons` tag and remove all the values inside it. You should be seeing an empty array like this:
```json
{
Expand Down

0 comments on commit dce3eab

Please sign in to comment.