{
  "name": "Secure Diary",
  "short_name": "SecureDiary",
  "description": "Your encrypted personal diary with OneDrive sync",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a3a6b",
  "theme_color": "#1a3a6b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%231a3a6b'/><text y='130' x='96' text-anchor='middle' font-size='110'>🔐</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%231a3a6b'/><text y='360' x='256' text-anchor='middle' font-size='300'>🔐</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}