-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (29 loc) · 957 Bytes
/
app.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
{
"name": "Slackin",
"description": "Let people invite themselves to your Slack",
"logo": "https://i.imgur.com/odDO1Fx.png",
"repository": "https://github.com/rauchg/slackin",
"keywords": ["node", "slack"],
"env": {
"SLACK_SUBDOMAIN": {
"description": "Your Slack's subdomain (**this**.slack.com)",
"required": true
},
"SLACK_API_TOKEN": {
"description": "A Slack API token (find it on https://api.slack.com/web)",
"required": true
},
"SLACK_CHANNEL": {
"description": "Name of a single guest channel to invite them to (leave blank for a normal, all-channel invite)",
"required": false
},
"SLACK_RESTRICT": {
"description": "If it's a restricted account or not (default it's false)",
"required": false
},
"BADGE_HEIGHT": {
"description": "Badge heigh for the svg (eave blank for a normal, with equal the badge width)",
"required": false
}
}
}