init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-19 14:14:54 +01:00
commit ee9903b704
15 changed files with 18072 additions and 0 deletions

38
manifest.json Normal file
View 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": []
}