{
  "$schema": "../../../../extension.schema.json",
  "$id": "14157f82-6489-4187-9b68-1a5e38fadeca",
  "$name": "About Plugin",
  "$version": "0.0.1",
  "$vendor": "Hyland Software, Inc. and its affiliates",
  "$license": "LGPL-3.0",

  "actions": [
    {
      "id": "app.actions.about",
      "type": "NAVIGATE_URL",
      "payload": "/about"
    }
  ],

  "routes": [
    {
      "id": "app.about",
      "path": "about",
      "layout": "app.layout.main",
      "component": "app.about.component"
    }
  ],

  "features": {
    "header": [
      {
        "id": "app.header.more",
        "data": {
          "items": [
            {
              "id": "app.header.about",
              "order": 100,
              "title": "APP.BROWSE.ABOUT.TITLE",
              "description": "APP.BROWSE.ABOUT.TITLE",
              "icon": "info",
              "actions": {
                "click": "app.actions.about"
              }
            }
          ]
        }
      }
    ]
  }
}
