{
  "background_color": "#000000",
  "description": "Web application that helps you create Web App Manifests",
  "display": "standalone",
  "identifier": "https://manifest.web.nairi.cloud",
  "name": "Web Manifest",
  "orientation": "portrait-primary",
  "scope": "/",
  "short_name": "Manifest",
  "start_url": "/",
  "theme_color": "#000000",
  "screenshots": [
    {
      "src": "/screenshots/wide-light.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "label": "Desktop Light",
      "form_factor": "wide",
      "platform": null
    },
    {
      "src": "/screenshots/wide-dark.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "label": "Desktop Dark",
      "form_factor": "wide",
      "platform": null
    },
    {
      "src": "/screenshots/narrow-light.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Mobile Light",
      "form_factor": "narrow",
      "platform": null
    },
    {
      "src": "/screenshots/narrow-dark.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Mobile Dark",
      "form_factor": "narrow",
      "platform": null
    }
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": []
}