{
  "name": "SecureVault",
  "short_name": "SecureVault",
  "description": "SecureVault keeps your private files locked, encrypted, and always within reach.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f8f5",
  "theme_color": "#10152a",
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
