{
  "key": "mermaid-chart-app",
  "name": "Mermaid chart application",
  "description": "Mermaid chart application",
  "//baseUrl": "{{localBaseUrl}}",
  "baseUrl": "https://confluencetest.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"
        },
        "outputType": "block",
        "bodyType": "plain-text",
        "editor": {
          "url": "/editor",
          "width": "100%",
          "height": "100%",
          "cacheable": false,
          "editTitle": {
            "value": "Edit diagram"
          },
          "insertTitle": {
            "value": "Insert diagram"
          }
        }
      }
    ]
  }
}
