{
  "name": "ShrinkTo — Image Compressor",
  "short_name": "ShrinkTo",
  "description": "Compress images to an exact file size — 50KB, 100KB, 200KB, or any target. 100% browser-based.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "50 KB compress",
      "short_name": "50 KB",
      "url": "/compress-to-50kb.html"
    },
    {
      "name": "100 KB compress",
      "short_name": "100 KB",
      "url": "/compress-to-100kb.html"
    },
    {
      "name": "Passport photo",
      "short_name": "Passport",
      "url": "/passport-photo-compressor.html"
    }
  ]
}
