{
  "name": "Image Cutout — cut out anything from a photo",
  "short_name": "Image Cutout",
  "description": "Click any object in a photo to cut it out, replace the background and export a transparent PNG. Runs entirely in your browser; photos are never uploaded.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#efeafb",
  "theme_color": "#7c5cff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["photo", "graphics", "productivity", "utilities"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ]
}
