{
  "name": "Anizel — Free Private File Tools",
  "short_name": "Anizel",
  "description": "60+ browser-based tools for PDFs, images and files — including on-device AI transcription, background removal and upscaling. Nothing is uploaded; everything runs on your device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#faf9f7",
  "theme_color": "#e63a2e",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    { "name": "Merge PDF", "url": "/tools/merge-pdf", "description": "Combine PDFs into one" },
    { "name": "Compress PDF", "url": "/tools/compress-pdf", "description": "Shrink a PDF, optionally to a target size" },
    { "name": "Transcribe Audio/Video", "url": "/tools/transcribe", "description": "AI speech-to-text on your device" },
    { "name": "Remove Background", "url": "/tools/remove-background", "description": "AI background removal, transparent PNG" }
  ],
  "icons": [
    {
      "src": "/anizel_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
