{
  "$schema": "https://fdc3.finos.org/schemas/2.0/app-directory#",
  "applications": [
    {
      "appId": "nzxplorer",
      "name": "NZXplorer",
      "title": "NZXplorer - NZ Financial Intelligence",
      "description": "Comprehensive New Zealand financial intelligence platform covering 130+ NZX-listed companies with governance risk scores, proxy advisory, insider trading analysis, dividend intelligence, financial metrics, and director due diligence. Serves real-time market data, historical financials (FY2010-2025), 64,000+ NZX announcements with full-text search, and automated anomaly detection across 12 algorithms.",
      "version": "2.0.0",
      "type": "web",
      "details": {
        "url": "https://nzxplorer.co.nz"
      },
      "hostManifests": {
        "Web": {
          "details": {
            "url": "https://nzxplorer.co.nz"
          }
        },
        "OpenFin": {
          "type": "manifest",
          "details": {
            "url": "https://nzxplorer.co.nz",
            "autoShow": true,
            "defaultWidth": 1280,
            "defaultHeight": 900,
            "frame": true,
            "resizable": true
          }
        },
        "Glue42": {
          "type": "window",
          "details": {
            "url": "https://nzxplorer.co.nz",
            "width": 1280,
            "height": 900,
            "mode": "html"
          }
        }
      },
      "icons": [
        {
          "src": "https://nzxplorer.co.nz/icon.png",
          "size": "192x192",
          "type": "image/png"
        },
        {
          "src": "https://nzxplorer.co.nz/favicon.ico",
          "size": "32x32",
          "type": "image/x-icon"
        }
      ],
      "screenshots": [
        {
          "src": "https://nzxplorer.co.nz/og-image.png",
          "label": "NZXplorer Dashboard",
          "type": "image/png"
        }
      ],
      "categories": ["MARKET_DATA", "GOVERNANCE", "ANALYTICS", "RESEARCH"],
      "interop": {
        "intents": {
          "listensFor": {
            "ViewChart": {
              "displayName": "View Chart",
              "contexts": ["fdc3.instrument"],
              "customConfig": {
                "navigatesTo": "/companies/{ticker}#chart"
              }
            },
            "ViewInstrument": {
              "displayName": "View Instrument",
              "contexts": ["fdc3.instrument"],
              "customConfig": {
                "navigatesTo": "/companies/{ticker}"
              }
            },
            "ViewProfile": {
              "displayName": "View Profile",
              "contexts": ["fdc3.contact", "fdc3.instrument", "fdc3.organization"],
              "customConfig": {
                "navigatesTo": "/people/{slug} or /companies/{ticker}"
              }
            },
            "ViewResearch": {
              "displayName": "View Research",
              "contexts": ["fdc3.instrument"],
              "customConfig": {
                "navigatesTo": "/proxy/{ticker}"
              }
            },
            "ViewQuote": {
              "displayName": "View Quote",
              "contexts": ["fdc3.instrument"],
              "resultType": "fdc3.valuation"
            },
            "ViewAnalysis": {
              "displayName": "View Analysis",
              "contexts": ["fdc3.instrument", "fdc3.organization"],
              "customConfig": {
                "navigatesTo": "/deep-research?ticker={ticker}"
              }
            },
            "ViewNews": {
              "displayName": "View News",
              "contexts": ["fdc3.instrument"],
              "customConfig": {
                "navigatesTo": "/companies/{ticker}#filings"
              }
            },
            "ViewOrders": {
              "displayName": "View Orders (Insider Trades)",
              "contexts": ["fdc3.instrument"],
              "customConfig": {
                "navigatesTo": "/companies/{ticker}#market-signals"
              }
            }
          },
          "raises": {
            "ViewChart": {
              "contexts": ["fdc3.instrument"]
            },
            "ViewInstrument": {
              "contexts": ["fdc3.instrument"]
            },
            "ViewAnalysis": {
              "contexts": ["fdc3.instrument", "fdc3.organization"]
            },
            "ViewNews": {
              "contexts": ["fdc3.instrument"]
            },
            "ViewQuote": {
              "contexts": ["fdc3.instrument"]
            },
            "ViewProfile": {
              "contexts": ["fdc3.contact", "fdc3.instrument", "fdc3.organization"]
            }
          }
        },
        "userChannels": {
          "broadcasts": [
            "fdc3.instrument",
            "fdc3.instrumentList",
            "fdc3.contact",
            "fdc3.organization",
            "fdc3.portfolio",
            "fdc3.valuation",
            "fdc3.country",
            "fdc3.action"
          ],
          "listensFor": [
            "fdc3.instrument",
            "fdc3.instrumentList",
            "fdc3.contact",
            "fdc3.organization",
            "fdc3.portfolio",
            "fdc3.country",
            "fdc3.nothing"
          ]
        },
        "appChannels": [
          {
            "name": "nzxplorer.research",
            "description": "Channel for research data sharing between NZXplorer instances",
            "broadcasts": ["fdc3.instrument", "fdc3.organization", "fdc3.valuation"],
            "listensFor": ["fdc3.instrument", "fdc3.organization"]
          },
          {
            "name": "nzxplorer.governance",
            "description": "Channel for governance/GRS data sharing",
            "broadcasts": ["fdc3.instrument", "fdc3.organization"],
            "listensFor": ["fdc3.instrument"]
          }
        ]
      },
      "contactEmail": "hello@nzxplorer.co.nz",
      "supportEmail": "hello@nzxplorer.co.nz",
      "publisher": "Pangaea Ventures",
      "lang": "en-NZ",
      "localizedVersions": {
        "en-NZ": {
          "title": "NZXplorer - NZ Financial Intelligence",
          "description": "New Zealand financial intelligence platform for NZX-listed companies."
        }
      }
    }
  ]
}
