Nik97 commited on
Commit
406700d
1 Parent(s): d18cf47

Upload atlassian-connect.json

Browse files
Files changed (1) hide show
  1. static/atlassian-connect.json +26 -0
static/atlassian-connect.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Refineverse",
3
+ "description": "User Story Refinement Plugin",
4
+ "key": "com.example.myapp",
5
+ "baseUrl": "https://huggingface.co/spaces/Nik97/Refineverse",
6
+ "vendor": {
7
+ "name": "Example, Inc.",
8
+ "url": "http://example.com"
9
+ },
10
+ "authentication": {
11
+ "type": "none"
12
+ },
13
+ "apiVersion": 1,
14
+ "modules": {
15
+ "generalPages": [
16
+ {
17
+ "url": "/RefineverseDashboardUI.html",
18
+ "key": "Refineverse-plugin",
19
+ "location": "system.top.navigation.bar",
20
+ "name": {
21
+ "value": "Refineverse"
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ }