How to show content of a webpanel directly on the page

Hey,

I have created an app in Jira and I have created some widgets that I wanted to show on the right side of an issue page.

This is a part of my atlassian-connect.json:

"webPanels": [
            {
                "key": "time-spend-on-issue",
                "location": "atl.jira.view.issue.right.context",
                "name": {
                    "value": "Hours logged"
                },
                "url": "/JiraApp/Jira/HoursLogged.aspx?projectId=${project.id}&issueId=${issue.id}"
            },

but this has the following output:
image

After I click on the open link I see my widget
How do I show the widget directly instead that a user needs to click on the open button?