{
  "name": "Bank Account Manager",
  "short_name": "BankMgr",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f7fafc",
  "theme_color": "#1a365d",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ]
}