| 1 | { |
| 2 | "name": "Sigitsi", |
| 3 | "icons": [ |
| 4 | { |
| 5 | "src": "/icon.png", |
| 6 | "type": "image/png", |
| 7 | "sizes": "512x512" |
| 8 | }, |
| 9 | { |
| 10 | "src": "/icon.png", |
| 11 | "type": "image/png", |
| 12 | "sizes": "512x512", |
| 13 | "purpose": "maskable" |
| 14 | } |
| 15 | ], |
| 16 | "start_url": "/", |
| 17 | "display": "standalone", |
| 18 | "scope": "/", |
| 19 | "description": "Sigitsi.", |
| 20 | "theme_color": "red", |
| 21 | "background_color": "red" |
| 22 | } |