-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.07 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"required_api_version": "^2.0.0",
"name": "Kanboard",
"description": "Add tasks to your Kanboard",
"developer_name": "Sebastien Wains",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.1
},
"preferences": [
{
"id": "demo_kw",
"type": "keyword",
"name": "Kanboard",
"default_value": "kanboard"
},
{
"id": "setting_url",
"type": "text",
"name": "URL",
"description": "Example: https://kanboard.example.org",
"default_value": ""
},
{
"id": "setting_user",
"type": "text",
"name": "User",
"description": "Your Kanboard username",
"default_value": ""
},
{
"id": "setting_pass",
"type": "text",
"name": "API token",
"description": "Your API token generated under My Profile > API",
"default_value": ""
},
{
"id": "project_id",
"type": "text",
"name": "Project ID",
"description": "Found at the end of the URL. Example: https://kanban.example.org/board/8",
"default_value": ""
}
]
}