{ "name": "Annabells App", "short_name": "Annabell", "description": "Eine kleine private PWA für Annabell.", "id": "/", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#f7fbff", "theme_color": "#29a8a2", "orientation": "portrait", "icons": [ { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }