{
  "name": "OneDOC - Free PDF, Image & Utility Tools",
  "short_name": "OneDOC",
  "description": "Free online tools for PDF, image editing, and everyday utilities. All processed locally in your browser.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#4338ca",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["utilities", "productivity", "education"],

  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Merge PDF",
      "short_name": "Merge PDF",
      "description": "Combine multiple PDF files into one",
      "url": "/merge-pdf.html",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress PDF",
      "description": "Reduce PDF file size instantly",
      "url": "/compress-pdf.html",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Remove Background",
      "short_name": "Remove BG",
      "description": "Remove image background instantly",
      "url": "/remove-background.html",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Generator",
      "description": "Generate custom QR codes for free",
      "url": "/qr-code-generator.html",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    }
  ],

  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "OneDOC PDF Tools Homepage"
    }
  ]
}
