-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathapp.json
26 lines (26 loc) · 833 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
{
"name": "Figma Slack updates",
"description": "Post updates to Slack from a Figma file's version history",
"repository": "https://github.com/jordansinger/figma-slack-updates",
"logo": "https://github.com/jordansinger/figma-slack-updates/blob/master/images/logo.png?raw=true",
"env": {
"FIGMA_PERSONAL_ACCESS_TOKEN": {
"description": "The Figma Personal Access Token created for your account"
},
"FIGMA_FILE_KEY": {
"description": "The Figma file key to post updates from"
},
"SLACK_TEAM_ID": {
"description": "The team ID from the Slack Webhook URL"
},
"SLACK_USER_ID": {
"description": "The user ID from the Slack Webhook URL"
},
"SLACK_CHANNEL_ID": {
"description": "The channel ID from the Slack Webhook URL"
}
},
"addons": [
"scheduler"
]
}