{
  "name": "webpconverttojpg - Free Image Converter",
  "short_name": "webpconverttojpg",
  "description": "Convert WEBP to JPG, PNG to JPG, JPG to WEBP, and HEIC to JPG. Free, fast, private.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "categories": ["utilities", "photo"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}