init: Initial commit
This commit is contained in:
38
manifest.json
Normal file
38
manifest.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.23/MicrosoftTeams.schema.json",
|
||||
"version": "1.0.0",
|
||||
"manifestVersion": "1.23",
|
||||
"id": "ac2f6782-231f-4d97-bf81-f78c1e4740a7",
|
||||
"name": {
|
||||
"short": "Taro Bot",
|
||||
"full": "SecNex Taro Bot"
|
||||
},
|
||||
"developer": {
|
||||
"name": "SecNex",
|
||||
"websiteUrl": "https://secnex.io",
|
||||
"privacyUrl": "https://secnex.io",
|
||||
"termsOfUseUrl": "https://secnex.io"
|
||||
},
|
||||
"description": {
|
||||
"short": "SecNex Taro Bot",
|
||||
"full": "SecNex Taro Bot"
|
||||
},
|
||||
"icons": {
|
||||
"outline": "outline.png",
|
||||
"color": "color.png"
|
||||
},
|
||||
"accentColor": "#ffffff",
|
||||
"bots": [
|
||||
{
|
||||
"botId": "0168cbbb-8abd-4340-a509-878be9b6fdf3",
|
||||
"scopes": [
|
||||
"team"
|
||||
],
|
||||
"isNotificationOnly": false,
|
||||
"supportsCalling": false,
|
||||
"supportsVideo": false,
|
||||
"supportsFiles": false
|
||||
}
|
||||
],
|
||||
"validDomains": []
|
||||
}
|
||||
Reference in New Issue
Block a user