{ "name": "Space Invaders Klon", "short_name": "Invaders", "description": "Ein installierbarer Space Invaders Klon fuer deine Website.", "start_url": "./index.html", "scope": "./", "display": "standalone", "background_color": "#081225", "theme_color": "#081225", "orientation": "any", "icons": [ { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ] }