{
  "name": "PixlFits — Free Image Tools",
  "short_name": "PixlFits",
  "description": "Free privacy-first image tools. Resize, compress, convert, crop, remove backgrounds, strip EXIF, convert PDFs, extract palettes — all 100% in your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0C0C0E",
  "theme_color": "#C4FF47",
  "orientation": "any",
  "categories": ["productivity", "utilities", "photo"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Resize",
      "url": "/resizer",
      "description": "Resize images for any platform"
    },
    {
      "name": "Compress",
      "url": "/compress-image",
      "description": "Compress images without quality loss"
    },
    {
      "name": "Convert",
      "url": "/convert-image",
      "description": "Convert between JPG, PNG, WebP"
    },
    {
      "name": "Remove Background",
      "url": "/remove-background",
      "description": "Remove image backgrounds"
    },
    {
      "name": "EXIF Viewer",
      "url": "/exif-viewer",
      "description": "View and remove photo metadata"
    },
    {
      "name": "Image → PDF",
      "url": "/image-to-pdf",
      "description": "Combine images into a PDF"
    }
  ]
}

