{
    "start_url": "index.html",
    "short_name": "Bzook Test",
    "name": "Bzook Test Application",
    "theme_color": "#3340dc",
    "background_color": "#3340dc",
    "display": "standalone",
    "orientation": "portrait",

    "icons": [
      {
        "src": "r/pwa-bzooktest-32.png",
        "type": "image/png",
        "sizes": "32x32"
      },
      {
        "src": "r/pwa-bzooktest-48.png",
        "type": "image/png",
        "sizes": "48x48"
      },
      {
        "src": "r/pwa-bzooktest-72.png",
        "type": "image/png",
        "sizes": "72x72"
      },
      {
        "src": "r/pwa-bzooktest-96.png",
        "type": "image/png",
        "sizes": "96x96"
      },
      {
        "src": "r/pwa-bzooktest-144.png",
        "type": "image/png",
        "sizes": "144x144"
      },
      {
        "src": "r/pwa-bzooktest-512.png",
        "type": "image/png",
        "sizes": "512x512",
         "purpose": "maskable"
      }
    ]

  }
