{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Student Identity Vault",
  "short_name": "SIV Vault",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#14130f",
  "theme_color": "#caa66a",
  "description": "Encrypted student identity vault.",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/leather.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
