Mercurial
view mrjunejune/src/public/manifest.json @ 273:e02e2036ef84 default tip
add Layer 2 JRPG component system
Add reusable content and window modals, an isolated component sandbox, shared cyberpunk scroll areas, production-safe cache freshness, and server-rendered JRPG panel state.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 08 Aug 2026 02:08:08 -0700 |
| parents | 9c2eec61a152 |
| children |
line wrap: on
line source
{ "name": "MrJuneJune", "short_name": "MrJuneJune", "description": "Personal website and blog of Juntae (June)", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#544e43", "orientation": "portrait-primary", "icons": [ { "src": "/public/epi_all_colors.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }, { "src": "/public/icon-192.webp", "sizes": "192x192", "type": "image/webp", "purpose": "any" }, { "src": "/public/icon-512.webp", "sizes": "512x512", "type": "image/webp", "purpose": "any" }, { "src": "/public/icon-maskable-512.webp", "sizes": "512x512", "type": "image/webp", "purpose": "maskable" } ], "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" }] } ] }