{
  "name": "OneLocked — Password Manager",
  "short_name": "OneLocked",
  "description": "Zero-knowledge, AI-powered password manager. Built with Rust for maximum security.",
  "start_url": "/vault",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "categories": ["security", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
