{
  "name": "Crypto Security Fieldbook",
  "short_name": "CS Fieldbook",
  "description": "Educational crypto security checklists for wallet safety, audit readiness, scam review, and safer protocol due diligence.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#09111f",
  "orientation": "any",
  "icons": [
    {
      "src": "apple-touch-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}