{
  "name": "Free Image Compressor",
  "short_name": "ImageCompressor",
  "description": "Compress JPEG, PNG, WebP, GIF images online for free. Privacy-first browser-based compression tool.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.jpg", 
      "sizes": "375x667",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Images",
      "short_name": "Compress",
      "description": "Start compressing images immediately",
      "url": "/",
      "icons": [
        {
          "src": "/shortcut-compress.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}