{
  "name": "Password Manager Duplicate Cleaner",
  "short_name": "PwdCleaner",
  "description": "Privacy-first password manager duplicate cleaner and universal format converter. Supports 40+ formats.",
  "start_url": "/index.html",
  "display": "standalone",
  "theme_color": "#6366f1",
  "background_color": "#0f172a",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "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='%236366f1'/><text x='96' y='128' text-anchor='middle' font-size='120' font-family='Arial' fill='white'>🔒</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='64' fill='%236366f1'/><text x='256' y='340' text-anchor='middle' font-size='320' font-family='Arial' fill='white'>🔒</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}