{
  "name": "KaruviLab",
  "short_name": "KaruviLab",
  "description": "Simple tools, fast results. Compress, convert, create and validate images and PDFs — 100% private, runs locally in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366F1",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image",
      "short_name": "Compress",
      "description": "Compress an image file",
      "url": "/#compressor"
    },
    {
      "name": "Convert Format",
      "short_name": "Convert",
      "description": "Convert an image to another format",
      "url": "/#converter"
    }
  ]
}
