{
  "name": "KolibriXchange - Currency Converter",
  "short_name": "KolibriXchange",
  "description": "Currency converter for CHF, USD, EUR, and ANG with live exchange rates",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4594A2",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "./favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "./apple-touch-icon-120x120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Convert",
      "short_name": "Convert",
      "description": "Quick currency conversion",
      "url": "./?convert=true",
      "icons": [{ "src": "./apple-touch-icon-120x120.png", "sizes": "120x120" }]
    }
  ]
}