{
  "name": "Black Label Vault",
  "short_name": "BLV",
  "description": "Your trading card collection, secured.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0806",
  "theme_color": "#c8a84c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/vault_t3_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Vault",
      "short_name": "Collection",
      "url": "/?screen=collection",
      "description": "View your card collection"
    },
    {
      "name": "Overview",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Portfolio overview"
    }
  ]
}
