{
  "name": "SecureVault",
  "short_name": "Vault",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#F3F4F6",
  "theme_color": "#10B981",
  "description": "Secure Client-Side Encrypted Password Manager using Google Drive",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}