{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json", "version": "1.0.0", "manifestVersion": "1.14", "id": "cafec16e-ae37-4256-ae41-ad03537e6f1d", "packageName": "com.package.name", "name": { "short": "Helpy bot", "full": "" }, "developer": { "name": "Inriver", "mpnId": "", "websiteUrl": "https://Someurl.net", "privacyUrl": "https://Someurl.net", "termsOfUseUrl": "https://Someurl.net" }, "description": { "short": "A teams bot made by the autotest team", "full": "A teams bot made by the autotest team to notify and support actions related to our azure devops." }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#ffffff", "staticTabs": [ { "entityId": "conversations", "scopes": [ "personal" ] }, { "entityId": "about", "scopes": [ "personal" ] } ], "bots": [ { "botId": "OUR_ID", "scopes": [ "personal", "groupchat", "groupChat" ], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "validDomains": [], "webApplicationInfo": { "id": "OUR_ID", "resource": "" }, "devicePermissions": [ "Notifications", "notifications" ], "defaultGroupCapability": { "team": "bot", "groupchat": "bot", "meetings": "bot" }, "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [] } } }