{
  "key": "xyz.foxarius.bb.lc.d943530e1496",
  "name": "Fox Research LC1",
  "description": "Bugcrowd security research app (foxarius). Private/dev install only.",
  "baseUrl": "https://capp1-d943530e1496.foxarius.xyz",
  "vendor": {
    "name": "foxarius",
    "url": "https://foxarius.xyz"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/lc/installed",
    "uninstalled": "/lc/uninstalled",
    "enabled": "/lc/enabled",
    "disabled": "/lc/disabled"
  },
  "scopes": [
    "READ",
    "WRITE",
    "ACT_AS_USER"
  ],
  "apiVersion": 1,
  "apiMigrations": {
    "signed-install": false
  },
  "modules": {
    "generalPages": [
      {
        "key": "fox-panel",
        "location": "system.top.navigation.bar",
        "name": {
          "value": "Fox Research LC1 Panel"
        },
        "url": "/panel?pid={project.id}&pk={project.key}&iid={issue.id}"
      }
    ]
  }
}