{
  "name": "SmallImg - Image Compression Tool",
  "short_name": "SmallImg",
  "description": "Free online image compression tool supporting batch processing of JPG, PNG, WebP, GIF formats with customizable size, quality and output format",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    {
      "src": "/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/logo.webp",
      "sizes": "144x144",
      "type": "image/webp"
    },
    {
      "src": "/logo.webp",
      "sizes": "96x96",
      "type": "image/webp"
    },
    {
      "src": "/logo.webp",
      "sizes": "72x72",
      "type": "image/webp"
    },
    {
      "src": "/logo.webp",
      "sizes": "48x48",
      "type": "image/webp"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "SmallImg main interface showing image compression features"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Compress Images",
      "short_name": "Compress",
      "description": "Start compressing images immediately",
      "url": "/?action=compress",
      "icons": [
        {
          "src": "/logo.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    }
  ],
  "features": [
    "Image Compression",
    "Batch Processing",
    "Format Conversion",
    "Quality Control",
    "Size Optimization"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}