{
 "name": "HearthVault \u2014 the family document safe",
 "short_name": "HearthVault",
 "start_url": "/vault",
 "scope": "/",
 "display": "standalone",
 "background_color": "#FBF7F1",
 "theme_color": "#C25E30",
 "description": "Upload, scan or email every important paper; AI files it, reminds you, and hands the right bundle to the right person.",
 "icons": [
  {
   "src": "/icons/icon-192.png",
   "sizes": "192x192",
   "type": "image/png"
  },
  {
   "src": "/icons/icon-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "any maskable"
  }
 ],
 "shortcuts": [
  {
   "name": "Scan a document",
   "url": "/vault?open=camera"
  },
  {
   "name": "Upload",
   "url": "/vault?open=upload"
  },
  {
   "name": "Ask your vault",
   "url": "/vault?open=chat"
  }
 ]
}