Mercurial
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mrjunejune/src/public/manifest.json Sun Feb 15 15:43:26 2026 -0800 @@ -0,0 +1,67 @@ +{ + "name": "MrJuneJune", + "short_name": "MrJuneJune", + "description": "Personal website and blog of Juntae (June)", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#2337ff", + "orientation": "portrait-primary", + "icons": [ + { + "src": "/public/epi_all_colors.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "any maskable" + }, + { + "src": "/public/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/public/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/public/icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "screenshots": [ + { + "src": "/public/screenshot-mobile.png", + "sizes": "540x720", + "type": "image/png", + "form_factor": "narrow" + }, + { + "src": "/public/screenshot-desktop.png", + "sizes": "1280x720", + "type": "image/png", + "form_factor": "wide" + } + ], + "categories": ["lifestyle", "productivity"], + "shortcuts": [ + { + "name": "Blog", + "short_name": "Blog", + "description": "Read latest blog posts", + "url": "/blog", + "icons": [{ "src": "/public/epi_all_colors.svg", "sizes": "192x192" }] + }, + { + "name": "Notes", + "short_name": "Notes", + "description": "Access your notes", + "url": "/notes", + "icons": [{ "src": "/public/epi_all_colors.svg", "sizes": "192x192" }] + } + ] +}