{
  "name": "White Screen Test",
  "short_name": "White Screen",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f7f8fb",
  "theme_color": "#101828",
  "description": "Fullscreen white, black and color screen utility for display checks.",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}