{
  "name": "Cold Vault Ledger",
  "short_name": "VaultLedger",
  "description": "Offline hardware wallet inventory & asset tracker",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["productivity", "utilities", "finance"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wallets",
      "url": "./?view=wallets",
      "description": "View your hardware wallet inventory"
    },
    {
      "name": "Summary",
      "url": "./?view=summary",
      "description": "Portfolio allocation and totals"
    }
  ]
}
