{
        "name": "Profit.co",
        "description": "Profit.co helps you to align the goals of your team with the vision of your executives. With OKR you will track the contribution and impact to your companies goals and stay focused on the most important key results to achieve them. Leverage providing greater meaning and purpose to your team through transparency and data. OKR will transform your team into an unstoppable force. You will quickly experience a shift from an output to an outcome based culture. Start focusing on results oriented execution instead of activities that just “need to be done“. You will increase your performance and achieve more with less effort. Ultimately you will change the way you communicate and implement strategies.",
        "key": "profit.jira.addon",
        "baseUrl": "https://jiraint.profit.co/",
        "vendor": {
                "name": "Profit.co",
                "url": "https://jiraint.profit.co/"
        },
        "authentication": {
        "type": "jwt",
                "alg": "HS256"
    },
    "lifecycle": {
        "key": "installed-addon-key",
        "productType": "jira",
        "description": "Jira integration with profit.co",
        "installed" : "/app-installed-callback",
        "uninstalled": "/app-uninstalled-callback"
    },
    "apiVersion": 1,
    "modules": {
        "generalPages": [
            {
                                "url": "/profit",
                                "icon": {
                                        "width": 80,
                                        "height": 80,
                                        "url": "/assets/images/profit_icon_dark.png"
                                },
                                "key": "profit-okr",
                                "location": "system.top.navigation.bar",
                                "name": {
                                        "value": "Profit.co"
                                }
            }
        ],
                "jiraIssueContexts": [
                        {
                                "icon": {
                                        "width": 80,
                                        "height": 80,
                                        "url": "/assets/images/profit_icon_dark.png"
                                },
                                "content": {
                                        "type": "label",
                                        "label": {
                                                "value": "Profit.co OKRs"
                                        }
                                },
                                "target": {
                                        "type": "web_panel",
                                        "url": "/issue_view_panel/{issue.key}/{issuetype.id}"
                                },
                                "name": {
                                        "value": "OKRS"
                                },
                                "key": "issue-web-panel"
                        }
                ],
                "configurePage": {
                  "url": "/config",
                  "name": {
                        "value": "Configure Page"
                  },
                  "key": "my-config-page"
                },
                "webhooks": [
            {
                "event": "jira:issue_updated",
                "url": "/jira_webhook"
            },
            {
                "event": "jira:issue_created",
                "url": "/jira_webhook"
            },
            {
                "event": "jira:issue_deleted",
                "url": "/jira_webhook"
            }
        ]
    },
        "scopes": [
                "READ",
                "ACCESS_EMAIL_ADDRESSES"
        ],
        "apiMigrations": {
        "context-qsh": true
    }
}