{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json", "manifestVersion": "1.16", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", "packageName": "com.microsoft.teams.extension", "developer": { "name": "Teams App, Inc.", "websiteUrl": "https://www.example.com", "privacyUrl": "https://www.example.com/privacy", "termsOfUseUrl": "https://www.example.com/termsofuse" }, "icons": { "color": "color.png", "outline": "outline.png" }, "name": { "short": "share", "full": "Full name for share" }, "description": { "short": "Short description of share", "full": "Full description of share" }, "accentColor": "#FFFFFF", "bots": [], "composeExtensions": [], "staticTabs": [ { "entityId": "index0", "name": "Personal Tab", "contentUrl": "${{TAB_ENDPOINT}}/tab", "websiteUrl": "${{TAB_ENDPOINT}}/tab", "scopes": [ "personal" ] } ], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "${{TAB_DOMAIN}}" ] }