Commit 7d4ee50
fix(pwa): add icon/manifest tags to login page and fix maskable purpose
Three issues preventing the PWA icon from displaying:
1. Login page HTML had no apple-touch-icon or manifest link tags.
When users add to home screen from the login page, browsers
couldn't discover the icon at all.
2. Manifest had a separate icon with purpose 'maskable' instead of
'any maskable'. This caused some browsers to skip it for display.
3. Added 180x180 icon to manifest and includeAssets for precaching.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f24e64d commit 7d4ee50
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments