{
  "short_name": "iosPWASplashtest",
  "name": "ios PWA Splash test",
  "icons": [
    {
      "src": "192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": "index.html",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#000000",
  "description": "A PWA to test iosPWASplash.",
  "categories": ["tools"]
}