Mercurial
comparison mrjunejune/src/public/manifest.json @ 209:3b47e82ac57e
[MrJuneJune] PWA updates.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 15:43:26 -0800 |
| parents | |
| children | 0abed117e623 |
comparison
equal
deleted
inserted
replaced
| 208:5d3e116dd745 | 209:3b47e82ac57e |
|---|---|
| 1 { | |
| 2 "name": "MrJuneJune", | |
| 3 "short_name": "MrJuneJune", | |
| 4 "description": "Personal website and blog of Juntae (June)", | |
| 5 "start_url": "/", | |
| 6 "display": "standalone", | |
| 7 "background_color": "#ffffff", | |
| 8 "theme_color": "#2337ff", | |
| 9 "orientation": "portrait-primary", | |
| 10 "icons": [ | |
| 11 { | |
| 12 "src": "/public/epi_all_colors.svg", | |
| 13 "sizes": "any", | |
| 14 "type": "image/svg+xml", | |
| 15 "purpose": "any maskable" | |
| 16 }, | |
| 17 { | |
| 18 "src": "/public/icon-192.png", | |
| 19 "sizes": "192x192", | |
| 20 "type": "image/png", | |
| 21 "purpose": "any" | |
| 22 }, | |
| 23 { | |
| 24 "src": "/public/icon-512.png", | |
| 25 "sizes": "512x512", | |
| 26 "type": "image/png", | |
| 27 "purpose": "any" | |
| 28 }, | |
| 29 { | |
| 30 "src": "/public/icon-maskable-512.png", | |
| 31 "sizes": "512x512", | |
| 32 "type": "image/png", | |
| 33 "purpose": "maskable" | |
| 34 } | |
| 35 ], | |
| 36 "screenshots": [ | |
| 37 { | |
| 38 "src": "/public/screenshot-mobile.png", | |
| 39 "sizes": "540x720", | |
| 40 "type": "image/png", | |
| 41 "form_factor": "narrow" | |
| 42 }, | |
| 43 { | |
| 44 "src": "/public/screenshot-desktop.png", | |
| 45 "sizes": "1280x720", | |
| 46 "type": "image/png", | |
| 47 "form_factor": "wide" | |
| 48 } | |
| 49 ], | |
| 50 "categories": ["lifestyle", "productivity"], | |
| 51 "shortcuts": [ | |
| 52 { | |
| 53 "name": "Blog", | |
| 54 "short_name": "Blog", | |
| 55 "description": "Read latest blog posts", | |
| 56 "url": "/blog", | |
| 57 "icons": [{ "src": "/public/epi_all_colors.svg", "sizes": "192x192" }] | |
| 58 }, | |
| 59 { | |
| 60 "name": "Notes", | |
| 61 "short_name": "Notes", | |
| 62 "description": "Access your notes", | |
| 63 "url": "/notes", | |
| 64 "icons": [{ "src": "/public/epi_all_colors.svg", "sizes": "192x192" }] | |
| 65 } | |
| 66 ] | |
| 67 } |