{
  "short_name": "SmartPDF",
  "name": "SmartPDF AI - Enterprise PDF & Document Productivity Suite",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#0A0A0B",
  "theme_color": "#0A0A0B",
  "display": "standalone",
  "orientation": "any",
  "description": "Enterprise browser-based PDF and AI processing suite for merging, splitting, compressing, converting, and chatting with documents securely.",
  "shortcuts": [
    {
      "name": "Merge PDF",
      "short_name": "Merge",
      "description": "Combine PDF files",
      "url": "/merge"
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Reduce PDF file size",
      "url": "/compress"
    },
    {
      "name": "AI PDF Chat",
      "short_name": "AI Chat",
      "description": "Chat with documents using Gemini AI",
      "url": "/ai-chat"
    },
    {
      "name": "Image to PDF",
      "short_name": "Img -> PDF",
      "description": "Convert images to PDF",
      "url": "/image-to-pdf"
    },
    {
      "name": "PDF to Image",
      "short_name": "PDF -> Img",
      "description": "Extract PDF pages to images",
      "url": "/pdf-to-image"
    }
  ]
}
