{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"manifestVersion": "1.16",
"version": "1.0.0",
"id": "<your-app-id>",
"packageName": "com.yourcompany.inboxzero",
"developer": {
"name": "Your Company",
"websiteUrl": "https://your-domain.com",
"privacyUrl": "https://your-domain.com/privacy",
"termsOfUseUrl": "https://your-domain.com/terms"
},
"name": {
"short": "Inbox Zero",
"full": "Inbox Zero Assistant"
},
"description": {
"short": "Manage email with Inbox Zero for Microsoft Teams",
"full": "Manage email with your Inbox Zero AI assistant in Microsoft Teams. An active Inbox Zero account is required. Sign up or get started at https://your-domain.com. For help, visit https://your-domain.com/docs/essentials/channels or contact support@your-domain.com. AI-generated content may be inaccurate and should be reviewed before use. Report objectionable AI-generated content to support@your-domain.com."
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#FFFFFF",
"bots": [
{
"botId": "<your-app-id>",
"scopes": ["personal"],
"supportsFiles": false,
"isNotificationOnly": false,
"commandLists": [
{
"scopes": ["personal"],
"commands": [
{ "title": "connect", "description": "Link an Inbox Zero account with a connect code" },
{ "title": "switch", "description": "List or switch linked Inbox Zero accounts" },
{ "title": "help", "description": "Show help and supported commands" },
{ "title": "cleanup", "description": "Help clean up your inbox" },
{ "title": "summary", "description": "Summarize what needs attention" },
{ "title": "draftreply", "description": "Draft a reply to an urgent email" },
{ "title": "followups", "description": "Show emails that need a follow-up" }
]
}
]
}
],
"permissions": ["identity", "messageTeamMembers"],
"validDomains": ["your-domain.com"]
}