{
  "name": "Convert — Currency Converter",
  "short_name": "Convert",
  "description": "Real-time currency converter with live rates",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#08080C",
  "theme_color": "#08080C",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "categories": ["finance", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "860x1578",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Currency converter on mobile"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "864x1576",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Add any of 140+ currencies"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Currency converter on desktop"
    }
  ]
}
