{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.10/MicrosoftTeams.schema.json", "manifestVersion": "1.10", "version": "1.0.0", "id": "904374a6-2359-42a5-a033-86e58497a66e", "packageName": "com.microsoft.teams.tabstageview", "developer": { "name": "Microsoft", "websiteUrl": "https://www.microsoft.com", "privacyUrl": "https://www.microsoft.com/privacy", "termsOfUseUrl": "https://www.microsoft.com/termsofuse" }, "name": { "short": "Tab Stage View", "full": "Tab in stage view" }, "description": { "short": "View Tab in stage view", "full": "This sample demos the tab in stage view" }, "icons": { "outline": "outline.png", "color": "color.png" }, "staticTabs": [ { "entityId": "stageViewTask", "scopes": [ "personal" ], "context": [ "personalTab", "channelTab" ], "name": "Stage View", "contentUrl": "https://3502-xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-3174.ngrok.io/tab", "websiteUrl": "https://3502-xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-3174.ngrok.io/tab", "searchUrl": "https://3502-xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-3174.ngrok.io/tab" } ], "bots": [ { "botId": "904374a6-2359-42a5-a033-86e58497a66e", "scopes": [ "team", "personal", "groupchat" ], "isNotificationOnly": false } ], "accentColor": "#60A18E", "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "https://3502-xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-3174.ngrok.io", "token.botframework.com" ] }