{
  "name": "C3 Vault - Safe",
  "short_name": "C3 Safe",
  "description": "A zero-knowledge personal secret safe to store and organize passwords, sensitive files, and custom metadata.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#385b7a",
  "categories": ["security", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "assets/favicon.png",
      "sizes": "512x512 192x192 128x128 64x64 32x32",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Open your encrypted secrets vault",
      "url": "./vault",
      "icons": [{ "src": "assets/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage tags, PIN, and biometric keys",
      "url": "./settings",
      "icons": [{ "src": "assets/favicon.png", "sizes": "192x192" }]
    }
  ]
}
