| 12345678910111213141516 |
- {
- "name": "CaritasPWA",
- "short_name": "CaritasPWA",
- "start_url": "./",
- "display": "standalone",
- "background_color": "#ffffff",
- "theme_color": "#db001b",
- "orientation": "portrait-primary",
- "icons": [
- {
- "src": "icon-512.png",
- "type": "image/png",
- "sizes": "512x512"
- }
- ]
- }
|