{
  "name": "BGFIATTEST Scanner",
  "short_name": "BGFI Scan",
  "description": "Verification d'authenticite des attestations bancaires BGFIBank",
  "start_url": "/verify",
  "scope": "/verify",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#001F4E",
  "theme_color": "#001F4E",
  "lang": "fr",
  "categories": ["business", "finance", "utilities"],
  "icons": [
    {
      "src": "/static/img/bgfi-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/bgfi-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}