{
  "name": "ExchangeWhale",
  "short_name": "EWhale",
  "description": "Lebanese OTC Crypto Compliance Platform — Flash entry, identity management, government reporting",
  "start_url": "/reporting/daily",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f0f13",
  "theme_color": "#00D4AA",
  "orientation": "portrait-primary",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Flash Entry",
      "short_name": "Flash",
      "description": "Record a new transaction",
      "url": "/reporting/flash",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Transactions",
      "short_name": "Transactions",
      "description": "View all transactions",
      "url": "/reporting/transactions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/reporting/flash",
    "method": "GET",
    "params": {
      "text": "share_text"
    }
  }
}
