Refineverse / static /atlassian-connect.json
Nik97's picture
Upload 9 files
2e11420
raw
history blame
678 Bytes
{
"name": "Refineverse",
"description": "Atlassian Connect app",
"key": "com.example.myapp",
"baseUrl": "https://81e3-2406-3003-2060-20f0-18c4-d87e-e16b-75f9.ngrok.io",
"vendor": {
"name": "Example, Inc.",
"url": "http://example.com"
},
"authentication": {
"type": "none"
},
"apiVersion": 1,
"modules": {
"generalPages": [
{
"url": "/RefineverseDashboardUI.html",
"key": "hello-world",
"location": "system.top.navigation.bar",
"name": {
"value": "Refineverse"
}
}
]
}
}