{
  "key": "tss-simple-announcements-confluence",
  "name": "Simple Announcements",
  "apiMigrations": {
    "gdpr": true,
    "context-qsh": true,
    "signed-install": true
  },
  "description": "Simple Announcements for JIRA and  Confluence",
  "enableLicensing": true,
  "vendor": {
    "name": "Top Shelf Solutions",
    "url": "http://www.tss.io"
  },
  "baseUrl": "https://announcer-addon-confluence.tss.io",
  "links": {
    "self": "https://announcer-addon-confluence.tss.io/atlassian-connect.json",
    "homepage": "https://announcer-addon-confluence.tss.io/atlassian-connect.json"
  },
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/api/installed",
    "uninstalled": "/api/uninstalled",
    "enabled": "/api/enabled",
    "disabled": "/api/disabled"
  },
  "scopes": [
    "READ",
    "WRITE",
    "ACT_AS_USER"
  ],
  "modules": {
    "dialogs": [
      {
        "key": "tss-simple-announcements-confluence-dialog-announcements",
        "url": "/dialog-announcements",
        "options": {
          "header": {
            "value": "Announcements"
          }
        }
      }
    ],
    "webPanels": [
      {
        "url": "/announcement-panel?view=confluence-header?contentId={content.id}&contentType={content.type}&spaceId={space.id}&spaceKey={space.key}&entityId={content.id}&entityType={content.type}",
        "location": "atl.general",
        "layout": {
          "width": "100%",
          "height": "1px"
        },
        "weight": 50,
        "name": {
          "value": "Announcements Header"
        },
        "key": "tss-simple-announcements-confluence-header"
      },
      {
        "url": "/dashboard-item",
        "location": "atl.dashboard.secondary",
        "layout": {
          "width": "100%",
          "height": "1px"
        },
        "weight": 50,
        "name": {
          "value": "Dashboard Item"
        },
        "key": "tss-simple-announcements-confluence-dashboard"
      }
    ],
    "webItems": [
      {
        "location": "system.header/left",
        "context": "page",
        "weight": 200,
        "url": "/manage-announcements",
        "tooltip": {
          "value": "Manage Announcements"
        },
        "icon": {
          "width": 24,
          "height": 24,
          "url": "/images/sidebarIcon.png"
        },
        "name": {
          "value": "Manage Announcements"
        },
        "key": "manage-announcements-system"
      }
    ],
    "generalPages": [
      {
        "url": "/manage-announcements",
        "icon": {
          "width": 24,
          "height": 24,
          "url": "/images/sidebarIcon.png"
        },
        "name": {
          "value": "Manage Announcements"
        },
        "key": "manage-announcements"
      }
    ]
  }
}