{
  "id": "/",
  "name": "NVK Systems Epoch Terminal",
  "short_name": "Epoch",
  "description": "Sovereign Agentic Operating System, Universal Arbitrage Engine, Virtual COO & Multimodal Life Director",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#00ff88",
  "categories": ["business", "productivity", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Voice Command",
      "short_name": "Voice",
      "description": "Send a fast hands-free audio directive to Epoch",
      "url": "/index.html?action=voice",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Asset / Visual Audit",
      "short_name": "Scan",
      "description": "Open camera telemetry for instant arbitrage and asset inspection",
      "url": "/index.html?action=camera",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open Business Diagnostics",
      "short_name": "COO Terminal",
      "description": "Access the Sovereign Node and Virtual COO Dashboard",
      "url": "/index.html?view=b2b",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Access Personal Director",
      "short_name": "Life Director",
      "description": "Open your personal routine and administrative ledger",
      "url": "/index.html?view=b2c",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NVK Mission Control & Presentation Canvas"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Epoch Mobile PWA Voice Console"
    }
  ]
}