
{
  "name": "MyMasterVault",
  "short_name": "MasterVault",
  "description": "Secure Zero-Knowledge AES-256 Password Manager",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "https://img.icons8.com/fluency/192/shield.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/fluency/512/shield.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1633265486064-086b219458ec?auto=format&fit=crop&q=80&w=1000",
      "sizes": "1000x600",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Secure Vault Interface on Desktop"
    },
    {
      "src": "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=600",
      "sizes": "600x1000",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Access Anywhere"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Secret",
      "url": "/?action=new",
      "icons": [{ "src": "https://img.icons8.com/fluency/96/plus.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["security", "productivity", "utilities"]
}
