{
    "key": "com.clariostechnology.intelligentreports",
    "name": "Intelligent Reports",
    "description": "Beautiful reports from your Jira data",
    "baseUrl": "https://intelligentreportscloud.com/",
    "apiMigrations": {
        "signed-install": true
    },
    "authentication": {
        "type": "jwt"
    },
    "lifecycle": {
        "installed": "/installed",
        "uninstalled": "/uninstalled"
    },
    "scopes": [
        "READ",
        "ACCESS_EMAIL_ADDRESSES",
        "ACT_AS_USER"
    ],
    "modules": {
        "generalPages": [
            {
                "key": "com-clariostechnology-intelligentreports-page-jira",
                "location": "system.top.navigation.bar",
                "name": {
                    "value": "Intelligent Reports"
                },
                "url": "/intelligent-reports",
                "conditions": [
                    {
                        "condition": "user_is_logged_in"
                    }
                ]
            }
        ]
    },
    "enableLicensing": true
}