{
  "name": "ImageResizely",
  "short_name": "ImageResizely",
  "description": "Free online image resizer, image compressor, PNG to JPG converter, JPG to PNG converter and image to PDF converter. Private, no watermark, no signup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "photo"],
  "shortcuts": [
    {
      "name": "Free Online Image Resizer",
      "short_name": "Resize",
      "description": "Resize images online free",
      "url": "/resize/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Free Image Compressor",
      "short_name": "Compress",
      "description": "Compress images online free",
      "url": "/compress/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Image to PDF Converter",
      "short_name": "PDF",
      "description": "Convert images to PDF free",
      "url": "/image-to-pdf/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}