{
  "name": "Password Generator — Free Online Strong & Random Password Maker",
  "short_name": "Password",
  "description": "Build strong random passwords in your browser: set the length from 4 to 128 characters, switch letter, digit and symbol sets on or off, then copy.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#b7c4dd",
  "background_color": "#fcfbfd",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}