{
  "name": "NobleProofs Terminal",
  "short_name": "NobleProofs",
  "description": "Precision precious metals verification and portfolio tracking system. Acoustic resonance, optical AI hallmark scanning, and encrypted barter ledger.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07080a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1024x576",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NobleProofs Terminal Dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "576x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NobleProofs Terminal Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Open the bullion portfolio vault",
      "url": "/?tab=vault",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Coin",
      "short_name": "Vision",
      "description": "Optical hallmark scanner",
      "url": "/?tab=vision",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Audio Ping",
      "short_name": "Audio",
      "description": "Acoustic resonance tester",
      "url": "/?tab=audio",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
