{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "id": "/",
  "name": "ReducerImage — Image & PDF Tools",
  "short_name": "ReducerImage",
  "description": "100% private, client-side, browser-based image compressor, converter, and editor workspace.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "prefer_related_applications": false,
  "categories": [
    "utilities",
    "productivity",
    "photo"
  ],
  "icons": [
    {
      "src": "favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image",
      "short_name": "Compress",
      "description": "Reduce image file size up to 90%",
      "url": "./compress.html",
      "icons": [
        {
          "src": "assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Resize Image",
      "short_name": "Resize",
      "description": "Change photo width and height",
      "url": "./resize.html",
      "icons": [
        {
          "src": "assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Remove Background",
      "short_name": "Remove BG",
      "description": "Instant AI background eraser",
      "url": "./background-remover.html",
      "icons": [
        {
          "src": "assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PDF Tools",
      "short_name": "PDF Tools",
      "description": "Merge, split, and convert PDFs",
      "url": "./pdf-tools.html",
      "icons": [
        {
          "src": "assets/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
