{
  "name": "Converter Hub - Free File Converter",
  "short_name": "Converter Hub",
  "description": "Fast, secure, and free file conversion. Videos, images, and documents processed locally.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Convert Video",
      "short_name": "Video",
      "description": "Convert MP4 to MP3",
      "url": "/convert/mp4-to-mp3",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Convert Image",
      "short_name": "Image",
      "description": "Convert HEIC to JPG",
      "url": "/convert/heic-to-jpg",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Compress Image",
      "short_name": "Compress",
      "description": "Reduce image file size",
      "url": "/convert/compress-image",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
