{
  "name": "DARA — Enterprise AI Operations Terminal",
  "short_name": "DARA",
  "description": "Bloomberg-style operating terminal for SMBs and enterprise. POS Live, AI Briefings, Hedge Co-Pilot, Commodities, Industrial Telemetry.",
  "start_url": "/app/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#FFB000",
  "lang": "en",
  "categories": ["business", "finance", "productivity"],
  "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": "POS Live",
      "short_name": "POS",
      "description": "Real-time POS transactions + AI Briefing",
      "url": "/app/pos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today's insights at a glance",
      "url": "/app/today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hedge Ledger",
      "short_name": "Hedge",
      "description": "Treasury board with live MtM",
      "url": "/app/hedge-ledger",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
