Mercurial
comparison mrjunejune/src/public/manifest.json @ 241:9c2eec61a152
[assets] Generate site images as WebP with Bazel
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 11:26:30 -0700 |
| parents | 0abed117e623 |
| children |
comparison
equal
deleted
inserted
replaced
| 240:c345083cd8a7 | 241:9c2eec61a152 |
|---|---|
| 13 "sizes": "any", | 13 "sizes": "any", |
| 14 "type": "image/svg+xml", | 14 "type": "image/svg+xml", |
| 15 "purpose": "any maskable" | 15 "purpose": "any maskable" |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "src": "/public/icon-192.png", | 18 "src": "/public/icon-192.webp", |
| 19 "sizes": "192x192", | 19 "sizes": "192x192", |
| 20 "type": "image/png", | 20 "type": "image/webp", |
| 21 "purpose": "any" | 21 "purpose": "any" |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 "src": "/public/icon-512.png", | 24 "src": "/public/icon-512.webp", |
| 25 "sizes": "512x512", | 25 "sizes": "512x512", |
| 26 "type": "image/png", | 26 "type": "image/webp", |
| 27 "purpose": "any" | 27 "purpose": "any" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "src": "/public/icon-maskable-512.png", | 30 "src": "/public/icon-maskable-512.webp", |
| 31 "sizes": "512x512", | 31 "sizes": "512x512", |
| 32 "type": "image/png", | 32 "type": "image/webp", |
| 33 "purpose": "maskable" | 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 } | 34 } |
| 49 ], | 35 ], |
| 50 "categories": ["lifestyle", "productivity"], | 36 "categories": ["lifestyle", "productivity"], |
| 51 "shortcuts": [ | 37 "shortcuts": [ |
| 52 { | 38 { |