{
  "key": "mermaid-chart-app-for-confluence",
  "name": "Mermaid Chart for Confluence",
  "description": "Official Mermaid Chart App for Confluence",
  "baseUrl": "https://confluencestage.mermaidchart.com",
  "vendor": {
    "name": "Mermaid Chart Inc",
    "url": "http://www.mermaidchart.com",
    "_links": {
      "learnMore": "https://www.mermaidchart.com/plugins"
    }
  },
  "links": {
    "self": "https://confluence.mermaidchart.com",
    "artifact": "https://confluence.mermaidchart.com"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed"
  },
  "scopes": ["READ", "WRITE", "ACT_AS_USER"],
  "apiMigrations": {
    "signed-install": true
  },
  "modules": {
    "dynamicContentMacros": [
      {
        "key": "mermaid",
        "name": {
          "value": "Mermaid chart"
        },
        "icon": {
          "width": 80,
          "height": 80,
          "url": "/icon_80x80.png"
        },
        "url": "/viewer",
        "description": {
          "value": "Insert Mermaid chart diagram"
        },
        "outputType": "block",
        "bodyType": "plain-text",
        "editor": {
          "url": "/editor",
          "width": "100%",
          "height": "100%",
          "cacheable": false,
          "editTitle": {
            "value": "Edit diagram"
          },
          "insertTitle": {
            "value": "Insert diagram"
          }
        }
      }
    ]
  }
}
