{
  "name": "Bzz Bzz...",
  "short_name": "Bzz Bzz...",
  "start_url": "./app.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#000",
  "theme_color": "#000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://i.pinimg.com/736x/32/30/91/3230910439befc8ad09f7d7c501fc266.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "https://i.pinimg.com/736x/32/30/91/3230910439befc8ad09f7d7c501fc266.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}