{
  "name": "FastConvertTools",
  "short_name": "FastConvert",
  "description": "Free online file converter. Convert PDF, images, audio and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#FF5C00",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Compress PDF",
      "url": "/compress-pdf",
      "description": "Reduce PDF file size"
    },
    {
      "name": "MP4 to MP3",
      "url": "/mp4-to-mp3",
      "description": "Extract audio from video"
    },
    {
      "name": "Resize Image",
      "url": "/resize-image",
      "description": "Resize any image online"
    }
  ]
}
