{
  "name": "HEIC to JPG Converter",
  "short_name": "HEIC Converter",
  "description": "Free online HEIC to JPG converter with privacy-first approach",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["photo", "utilities", "productivity"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Home screen"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Conversion interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Batch Convert",
      "short_name": "Batch",
      "description": "Convert multiple files",
      "url": "/batch-converter",
      "icons": [{ "src": "/batch-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Quick Convert",
      "short_name": "Quick",
      "description": "One-click conversion",
      "url": "/quick-convert",
      "icons": [{ "src": "/quick-icon.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "Image Conversion",
    "Batch Processing",
    "Privacy Protection",
    "Offline Support"
  ]
}