{
  "name": "Pandal",
  "short_name": "Pandal",
  "description": "An AI agent that finds revenue and margin in your sales data.",
  "start_url": "/app/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0D1410",
  "theme_color": "#00693E",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Pandal",
      "short_name": "Chat",
      "description": "Ask Pandal a question or pick up where you left off",
      "url": "/app/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Findings I have opened for you",
      "url": "/app/insights",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Workflows",
      "short_name": "Workflows",
      "description": "The questions you are working through, grouped by what you are deciding",
      "url": "/app/workstreams",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
