{
  "name": "Image Cropper — Crop Photos Online",
  "short_name": "Image Cropper",
  "description": "Crop any image right in your browser. Drag the selection rectangle to choose your crop area, pick an aspect ratio, and download the result in the original format. Nothing uploads.",
  "start_url": "{{MANIFEST_START_URL}}",
  "scope": "{{MANIFEST_SCOPE}}",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "{{MANIFEST_THEME_COLOR}}",
  "background_color": "#faf9f7",
  "icons": [
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
