{
  "name": "HEIC to JPG Converter",
  "short_name": "HEIC Convert",
  "description": "Safe, private, and fast HEIC to JPG conversion entirely in your browser.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Converter",
      "short_name": "Convert",
      "description": "Go directly to the converter",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ]
}
