{
  "name": "First Credit Advice Limited",
  "short_name": "FCAL",
  "description": "FCA-authorised UK debt advice. Free callback within 15 minutes. Plain-English guides on CCJs, defaults, CIFAS, mortgage arrears, HMRC debt and business debt.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0d1b3e",
  "theme_color": "#0d1b3e",
  "theme_color_overrides": [
    {
      "color": "#0a1628",
      "media": "(prefers-color-scheme: dark)"
    }
  ],
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["finance", "business"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/assets/img/icons/icon-48.png?v=3",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-maskable-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/icons/icon-maskable-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Free Callback",
      "short_name": "Callback",
      "description": "Request a free callback within 15 minutes",
      "url": "/#contact?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/assets/img/icons/icon-96.png?v=3", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Latest FCA-compliant debt advice guides",
      "url": "/blogs?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/assets/img/icons/icon-96.png?v=3", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Fees",
      "short_name": "Fees",
      "description": "Full fee schedule and free alternatives",
      "url": "/fees?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/assets/img/icons/icon-96.png?v=3", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "edge_side_panel": { "preferred_width": 480 },
  "launch_handler": { "client_mode": "auto" }
}
