Fixed: PWA Manifest with URL base

(cherry picked from commit aedcd046fc4fc621dae4b231cc80d4b269a69177)
This commit is contained in:
Mark McDowall
2024-08-18 18:58:29 -07:00
committed by retrodadson
parent 6fca0d0b6c
commit c880b6c09c
11 changed files with 138 additions and 89 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="__URL_BASE__/Content/Images/Icons/mstile-150x150.png" />
<TileColor>
#00ccff
</TileColor>
</tile>
</msapplication>
</browserconfig>