static/icons/site.webmanifest
15 Zeilen · 547 B · Text
| 1 | { |
| 2 | "name": "Quilldrop", |
| 3 | "short_name": "Quilldrop", |
| 4 | "description": "CMS/Static Site Generator", |
| 5 | "start_url": "/", |
| 6 | "scope": "/", |
| 7 | "display": "standalone", |
| 8 | "background_color": "#0b1020", |
| 9 | "theme_color": "#0b1020", |
| 10 | "icons": [ |
| 11 | { "src": "/static/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }, |
| 12 | { "src": "/static/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }, |
| 13 | { "src": "/static/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } |
| 14 | ] |
| 15 | } |