{
  "name": "ZupTools - Free Online Tools",
  "short_name": "ZupTools",
  "description": "Free online tools for file conversion, image processing, and productivity",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Background Remover",
      "short_name": "Bg Remover",
      "url": "/tools/background-remover",
      "description": "Remove background from images"
    },
    {
      "name": "Image Compressor",
      "short_name": "Compress",
      "url": "/tools/image-compressor",
      "description": "Compress images without losing quality"
    },
    {
      "name": "PDF Tools",
      "short_name": "PDF",
      "url": "/tools/pdf-tools",
      "description": "Merge, split and compress PDF files"
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "url": "/tools/password-generator",
      "description": "Generate strong passwords"
    }
  ]
}
