{
  "id": "https://example.com/",
  "name": "example",
  "short_name": "example",
  "description": "PWA for example",
  "lang": "es",
  "start_url": "https://example.com/",
  "scope": "https://example.com/",
  "display": "standalone",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#f1f7f7",
  "theme_color": "#faf9f7",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://ui-avatars.com/api/?name=example&size=128&background=random",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://ui-avatars.com/api/?name=example&size=144&background=random",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://ui-avatars.com/api/?name=example&size=512&background=random",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_7AABKA4_3CQiEzFaMIdZ86aMEyzxLK5VralJPQ4IShCrnTgMiMd8BcOIgfpId6q-qFUxS6zboBM0rUT95PUXknEjDwAttRw19W0LdwKf7gt3rQKIlnKvB2-hqOQTsjbhgwrEpHBoCOYD2F_2zWxo_PIZfVwUXHtrOC8oBN-2Kbes0UFhnO1NwxyxPvo/s1280/captura%20computador.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKv40c6JgdIRjZrgATXO9uq2K9JOAqdItOAbC_1xc8EAJ7A6S8xgRCW8pamKdJKPF11dNurJxlZOFk7Ys8JJPk9wAOZlwEOamhRpTypUs2zhsdHGAfYAsZP1N_sHytZ7uFf77Q2xYPpd4pWoOAagg_hDajyZhDedIwlx6OVU9kRG8gqpuatHyk5FBW-G4/s1600/captura%20movil.png",
      "sizes": "720x1280",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+myapp",
      "url": "https://example.com/handle-protocol?url=%s"
    }
  ]
}