{
  "name": "imgavio \u2014 Free Image Tools",
  "short_name": "imgavio",
  "description": "35+ free image tools. Compress, resize, convert, and edit images. Your images never leave your device.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image",
      "url": "/tools/compress-image/",
      "description": "Compress JPG, PNG, WebP images"
    },
    {
      "name": "Remove Background",
      "url": "/tools/remove-background/",
      "description": "AI background removal"
    },
    {
      "name": "Resize Image",
      "url": "/tools/resize-image/",
      "description": "Change image dimensions"
    },
    {
      "name": "Convert WebP to JPG",
      "url": "/tools/convert-webp-to-jpg/",
      "description": "Convert WebP images to JPEG"
    }
  ],
  "categories": [
    "utilities",
    "productivity"
  ]
}