{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "ManyConverters",
  "short_name": "ManyConverters",
  "background_color": "#f7f7f7",
  "display": "standalone",
  "description": "ManyConverters, a versatile converter tool.",
  "start_url": "/",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Homepage",
      "url": "/",
      "icons": [
        {
          "src": "/icons/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any monochrome"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/web-app-manifest-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/phone.png",
      "sizes": "1530x3036",
      "type": "image/webp",
      "form_factor": "narrow"
    },
    {
      "src": "screenshots/desktop.png",
      "sizes": "1919x1003",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ]
}
